2019-05-25 11:12:06 +02:00
|
|
|
button.fab {
|
|
|
|
position: fixed;
|
|
|
|
bottom: 1rem;
|
|
|
|
width: 64px;
|
|
|
|
height: 64px!important;
|
|
|
|
background: $fc-text-light!important;
|
|
|
|
z-index: 20;
|
|
|
|
font-size: 2rem;
|
2019-05-30 15:36:58 +02:00
|
|
|
border: 1px solid $oc-gray-7;
|
|
|
|
border-radius: 50%;
|
2019-05-25 11:12:06 +02:00
|
|
|
}
|
|
|
|
button.fab.primary {
|
|
|
|
right: 1rem;
|
|
|
|
}
|
|
|
|
.theme-wrapper.dark button.fab {
|
|
|
|
background: $fc-text-dark!important;
|
|
|
|
}
|