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.
18 lines
335 B
18 lines
335 B
/** |
|
* @file |
|
* Visual styles for Magazine+'s font resize component. |
|
*/ |
|
.content-font-settings { |
|
font-size: 18px; |
|
text-align: center; |
|
margin-bottom: 25px; |
|
} |
|
.font-resize > a { |
|
display: block; |
|
padding: 10px 0; |
|
} |
|
.font-resize > a:last-child { |
|
border-top-width: 1px; |
|
border-top-style: solid; |
|
border-top-color: #eeeeee; |
|
}
|
|
|