Merge branch 'main' of https://git.bib.de/PBBFA23AHR/kurs-app
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
.buttons-container{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.btn{
|
||||
padding: 5px 10px;
|
||||
font-weight: var(--font-weight-semibold);
|
||||
@@ -7,6 +14,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.btn-primary {
|
||||
@@ -27,6 +35,18 @@
|
||||
aspect-ratio: 1/1;
|
||||
}
|
||||
|
||||
.btn-form{
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
.btn-login{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-user > span {
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.btn-logout{
|
||||
background-color: red;
|
||||
}
|
||||
|
Reference in New Issue
Block a user