Merge "Fix the border of font selectors"
This commit is contained in:
@@ -31,13 +31,16 @@ div.display-settings-block {
|
|||||||
|
|
||||||
.uls-display-settings-font-selectors {
|
.uls-display-settings-font-selectors {
|
||||||
margin: 5px 0 15px 0;
|
margin: 5px 0 15px 0;
|
||||||
border-top: 1px solid #eee;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.uls-font-item {
|
.uls-font-item {
|
||||||
border-bottom: 1px solid #eee;
|
border-bottom: 1px solid #eee;
|
||||||
background: #fbfbfb;
|
background: #fbfbfb;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
|
||||||
|
&:first-child {
|
||||||
|
border-top: 1px solid #eee;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.uls-font-label,
|
.uls-font-label,
|
||||||
|
|||||||
Reference in New Issue
Block a user