parent
d8a278ef13
commit
e0332e08f4
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 313 B |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 313 B |
File diff suppressed because one or more lines are too long
@ -1,17 +1,25 @@ |
|||||||
.page-about { |
.page-home { |
||||||
.Box { |
#control-range { |
||||||
padding-left:dist(0); |
width: 100%; |
||||||
padding-right:dist(0); |
|
||||||
|
|
||||||
a {font-weight: bold;} |
appearance: none; |
||||||
} |
height: 50px; |
||||||
|
border-radius: 5px; |
||||||
|
background-color: #37B0FF; |
||||||
|
|
||||||
#logo { |
background: url(/img/slider.png) center center no-repeat; |
||||||
float:right; |
background-size: 100% 100%; |
||||||
height: 130px; |
|
||||||
} |
&::-webkit-slider-thumb { |
||||||
|
appearance: none; |
||||||
|
|
||||||
|
background: #3c90ee; |
||||||
|
border: 1px solid #ccc; |
||||||
|
|
||||||
|
height: 44px; |
||||||
|
width: 44px; |
||||||
|
border-radius: 2px; |
||||||
|
|
||||||
#logo2 { |
} |
||||||
max-width: 150px; |
|
||||||
} |
} |
||||||
} |
} |
||||||
|
Loading…
Reference in new issue