first commit
This commit is contained in:
commit
5227b040cb
93 changed files with 385576 additions and 0 deletions
27
assets/css/buttons.css
Normal file
27
assets/css/buttons.css
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
|
||||
.btn--solid{
|
||||
font-weight: 600;
|
||||
font-size: 1.2rem;
|
||||
|
||||
background-color: var(--color);
|
||||
color: var(--white);
|
||||
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: calc(var(--unit)*1.5);
|
||||
|
||||
border-radius: var(--radius-btn);
|
||||
cursor: pointer;
|
||||
|
||||
a{
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
padding: 0px 1ch;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue