mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/css: remove semicolons
This commit is contained in:
@ -31,12 +31,12 @@
|
|||||||
outline: none
|
outline: none
|
||||||
border-right: 20px solid transparent
|
border-right: 20px solid transparent
|
||||||
&:before
|
&:before
|
||||||
content: ' ';
|
content: ' '
|
||||||
display: block;
|
display: block
|
||||||
position: relative;
|
position: relative
|
||||||
width: 100%;
|
width: 100%
|
||||||
height: 20px;
|
height: 20px
|
||||||
bottom: 20px;
|
bottom: 20px
|
||||||
|
|
||||||
.thumbnail
|
.thumbnail
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@ -14,26 +14,26 @@
|
|||||||
background: $top-navigation-color
|
background: $top-navigation-color
|
||||||
|
|
||||||
.pool-name
|
.pool-name
|
||||||
flex: 1 1;
|
flex: 1 1
|
||||||
text-align: center;
|
text-align: center
|
||||||
overflow: hidden;
|
overflow: hidden
|
||||||
white-space: nowrap;
|
white-space: nowrap
|
||||||
-o-text-overflow: ellipsis;
|
-o-text-overflow: ellipsis
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis
|
||||||
|
|
||||||
.first, .last
|
.first, .last
|
||||||
flex-basis: 1em;
|
flex-basis: 1em
|
||||||
|
|
||||||
.first, .prev, .next, .last
|
.first, .prev, .next, .last
|
||||||
flex: 0 1;
|
flex: 0 1
|
||||||
white-space: nowrap;
|
white-space: nowrap
|
||||||
|
|
||||||
>span
|
>span
|
||||||
padding-top: 2px
|
padding-top: 2px
|
||||||
padding-bottom: 2px
|
padding-bottom: 2px
|
||||||
margin: 0 .25em;
|
margin: 0 .25em
|
||||||
|
|
||||||
|
|
||||||
.darktheme .pool-navigator-container .pool-info-wrapper
|
.darktheme .pool-navigator-container .pool-info-wrapper
|
||||||
border: 1px solid $top-navigation-color-darktheme
|
border: 1px solid $top-navigation-color-darktheme
|
||||||
background: $window-color-darktheme
|
background: $window-color-darktheme
|
||||||
|
Reference in New Issue
Block a user