Adoptions from ivis-core

This commit is contained in:
Tomas Bures 2019-01-12 21:33:00 +01:00
parent 18eb54037c
commit d14942da93
6 changed files with 41 additions and 15 deletions

View file

@ -82,7 +82,6 @@
background-color: white;
}
:global h3.legend {
font-size: 21px;
margin-bottom: 20px;
@ -101,6 +100,21 @@
}
}
.colorPickerSwatchWrapper {
padding: 7px;
background: #fff;
border: 1px solid #AAB2BD;
border-radius: 4px;
display: inline-block;
cursor: pointer;
.colorPickerSwatchColor {
width: 60px;
height: 18px;
borderRadius: 2px;
}
}
.colorPickerWrapper {
text-align: right;
}