witching to UIKit 3

This commit is contained in:
Fabian
2019-04-30 12:22:09 -04:00
parent 8b6c71247f
commit 595f2be1fb
26 changed files with 774 additions and 499 deletions

View File

@ -1,15 +1,14 @@
// .add_button_container {}
.add_button_button {
.add-button-button {
position: fixed;
bottom: 2rem;
right: 2rem;
bottom: 2.5rem;
right: 1rem;
width: 4rem;
height: 4rem;
padding: 0.75rem;
z-index: 16;
}
.add_button_button>svg {
height: 2.5rem;
width: 2.5rem;
>svg {
height: 2.5rem;
width: 2.5rem;
}
}