client/css: remove semicolons

This commit is contained in:
Eva
2025-04-03 02:51:41 +02:00
parent a37ca56fa9
commit 2e1534f2bb
4 changed files with 22 additions and 22 deletions

View File

@ -8,11 +8,11 @@ $inactive-tab-text-color-darktheme = $inactive-link-color-darktheme
/* latin */
@font-face
font-family: 'Open Sans';
font-style: normal;
font-weight: 400;
src: local('Open Sans'), local('OpenSans'), url(../fonts/open_sans.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
font-family: 'Open Sans'
font-style: normal
font-weight: 400
src: local('Open Sans'), local('OpenSans'), url(../fonts/open_sans.woff2) format('woff2')
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
/* make <body> cover entire viewport */
html

View File

@ -130,8 +130,8 @@
background: rgba(255, 0, 0, 0.7)
&:after
color: white
font-family: FontAwesome;
content: "\f1f8"; // fa-trash
font-family: FontAwesome
content: "\f1f8" /* fa-trash */
&:not(.delete)
background: rgba(200, 200, 200, 0.7)
&:after

View File

@ -145,7 +145,7 @@ $cancel-button-color = tomato
clear: both
margin: 1em 0 0 0
padding-left: 7em
padding-bottom: 1em;
padding-bottom: 1em
font-size: 90%
.thumbnail-wrapper

View File

@ -44,30 +44,30 @@ $token-border-color = $active-tab-background-color
.token-flex-container
width: 100%
display: flex;
flex-direction column;
padding-bottom: 0.5em;
display: flex
flex-direction column
padding-bottom: 0.5em
.full-width
width: 100%
.token-flex-row
display: flex;
flex-direction: row;
justify-content: space-between;
padding: 0.2em;
display: flex
flex-direction: row
justify-content: space-between
padding: 0.2em
.no-wrap
white-space: nowrap;
white-space: nowrap
.token-input
min-height: 2em;
line-height: 2em;
text-align: center;
min-height: 2em
line-height: 2em
text-align: center
.token-flex-column
display: flex;
flex-direction: column;
display: flex
flex-direction: column
.token-flex-labels
padding-right: 0.5em
@ -76,7 +76,7 @@ $token-border-color = $active-tab-background-color
border-top: 3px solid $token-border-color
form
width: 100%;
width: 100%
#user-delete form
width: 100%