mirror of
https://gitlab.com/wirelos/sprocket-ui.git
synced 2025-12-17 23:06:42 +01:00
new design
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
|
||||
> .content {
|
||||
padding: @default-padding;
|
||||
@media screen and (min-width: 968px) {
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
label {
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
.ColorPicker {
|
||||
flex: none !important;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
height: 42px;
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
.sui {
|
||||
select {
|
||||
flex: 5;
|
||||
padding: .5em;
|
||||
color: @color-white;
|
||||
background: none;
|
||||
|
||||
@@ -85,3 +85,7 @@ input[type=range]:focus::-ms-fill-lower {
|
||||
input[type=range]:focus::-ms-fill-upper {
|
||||
background: #0eb4bb;
|
||||
}
|
||||
|
||||
.form-row input[type="range"] {
|
||||
margin-top: 12px;
|
||||
}
|
||||
Reference in New Issue
Block a user