You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
539 B
29 lines
539 B
6 years ago
|
/**
|
||
|
* @file
|
||
|
* Visual styles for Magazine+'s progress bars.
|
||
|
*/
|
||
|
.progress-title {
|
||
|
font-size: 12px;
|
||
|
font-weight: 600;
|
||
|
padding-top: 10px;
|
||
|
}
|
||
|
.headings-wide-spacing-enabled .progress-title {
|
||
|
letter-spacing: 0.25em;
|
||
|
text-transform: uppercase;
|
||
|
}
|
||
|
.progress {
|
||
|
-moz-border-radius: 5px;
|
||
|
-o-border-radius: 5px;
|
||
|
border-radius: 5px;
|
||
|
height: 10px;
|
||
|
background-color: #f4f4f4;
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none;
|
||
|
margin-bottom: 30px;
|
||
|
margin-top: 5px;
|
||
|
}
|
||
|
.progress-bar {
|
||
|
-webkit-box-shadow: none;
|
||
|
box-shadow: none;
|
||
|
}
|