Added Logout
This commit is contained in:
parent
3c79c3c688
commit
76d43d57d9
8 changed files with 106 additions and 38 deletions
|
@ -34,6 +34,7 @@ header > div#container {
|
|||
|
||||
.big-button {
|
||||
height: 2em;
|
||||
min-width: 2em;
|
||||
margin: auto 0.1em;
|
||||
border: none;
|
||||
border-radius: 0.1em;
|
||||
|
|
|
@ -4,5 +4,5 @@ div.flex-container {
|
|||
}
|
||||
|
||||
div.flex-item {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
div.grid-selection {
|
||||
display: grid;
|
||||
grid-template-columns: max-content auto;
|
||||
}
|
||||
|
||||
div.select-container {
|
||||
display: inline-grid;
|
||||
margin: 0.2em auto;
|
||||
grid-template-columns: min-content min-content;
|
||||
grid-template-rows: min-content min-content;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue