Several bugfixes and finishing touches
This commit is contained in:
8
view-webapp/src/main/sass/index.scss
Normal file
8
view-webapp/src/main/sass/index.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
@layer pairgoth {
|
||||
.tournaments.section {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
gap: 1em;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
@@ -320,6 +320,7 @@
|
||||
max-height: inherit;
|
||||
}
|
||||
.popup-footer {
|
||||
margin-top: 1em;
|
||||
position: relative;
|
||||
text-align: justify;
|
||||
display: flex;
|
||||
@@ -343,4 +344,9 @@
|
||||
pointer-events: all;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
thead {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
|
@@ -81,6 +81,7 @@
|
||||
position: relative;
|
||||
.toggle {
|
||||
cursor: pointer;
|
||||
text-align: center;
|
||||
input {
|
||||
display: none;
|
||||
}
|
||||
@@ -94,7 +95,7 @@
|
||||
height: 26px;
|
||||
border-radius: 18px;
|
||||
background-color: #F7D6A3;
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
|
Reference in New Issue
Block a user