Erstellung der Funktionalität für die Registration (nicht fertig)
This commit is contained in:
9
CSS/Element/button.css
Normal file
9
CSS/Element/button.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.btn{
|
||||
background: var(--brand-primary);
|
||||
color: var(--brand-white);
|
||||
padding: 5px 10px;
|
||||
font-weight: var(--font-weight-semibold);
|
||||
font-size: var(--font-size-text);
|
||||
border-radius: 3px;
|
||||
text-decoration: none;
|
||||
}
|
Reference in New Issue
Block a user