Adding font files

This commit is contained in:
Fabian
2019-07-26 16:04:31 +02:00
parent e394c002f4
commit efd539f456
12 changed files with 291 additions and 6 deletions

View File

@ -1,4 +1,4 @@
.btn {
.btn-flat {
position: relative;
color: black;
border: 0;
@ -9,6 +9,10 @@
transition: .05s background-color linear;
}
.btn {
@extend .btn-flat;
}
.btn-primary {
background: $primary !important;
color: $on-primary !important;
@ -37,6 +41,17 @@
}
}
.btn-icon {
background-color: unset !important;
border: 0 !important;
box-shadow: unset !important;
>svg {
height: 1.5rem;
width: 1.5rem;
}
}
.fab {
border-radius: 50%;
width: 2.5rem;