mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Clean up color box sizes
This commit is contained in:
parent
525defb92d
commit
d21137ed73
1 changed files with 2 additions and 1 deletions
|
@ -16,6 +16,7 @@
|
|||
content: '@{colorVal}';
|
||||
}
|
||||
.color-rgb-val::before {
|
||||
font-size: 10px;
|
||||
content: '@{colorValAsRGB}';
|
||||
}
|
||||
}
|
||||
|
@ -29,8 +30,8 @@
|
|||
.color-box {
|
||||
background: white;
|
||||
margin: 10px 4px;
|
||||
flex: 1;
|
||||
border-radius: 4px;
|
||||
width: 16.666%;
|
||||
.renderColorSwatchClasses(ol-blue-gray-1);
|
||||
.renderColorSwatchClasses(ol-blue-gray-2);
|
||||
.renderColorSwatchClasses(ol-blue-gray-3);
|
||||
|
|
Loading…
Reference in a new issue