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 { |
||||
.Box { |
||||
padding-left:dist(0); |
||||
padding-right:dist(0); |
||||
.page-home { |
||||
#control-range { |
||||
width: 100%; |
||||
|
||||
a {font-weight: bold;} |
||||
} |
||||
appearance: none; |
||||
height: 50px; |
||||
border-radius: 5px; |
||||
background-color: #37B0FF; |
||||
|
||||
#logo { |
||||
float:right; |
||||
height: 130px; |
||||
} |
||||
background: url(/img/slider.png) center center no-repeat; |
||||
background-size: 100% 100%; |
||||
|
||||
&::-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