Änderungen von templates und Hinzufügen von Validation
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
.buttons-container{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.btn{
|
||||
background: var(--brand-primary);
|
||||
color: var(--brand-white);
|
||||
@@ -21,6 +28,10 @@
|
||||
aspect-ratio: 1/1;
|
||||
}
|
||||
|
||||
.btn-login{
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.btn-user > span {
|
||||
font-size: 28px;
|
||||
}
|
Reference in New Issue
Block a user