14 lines
219 B
SCSS
Executable File
14 lines
219 B
SCSS
Executable File
.add-button-button {
|
|
position: fixed;
|
|
bottom: 2.5rem;
|
|
right: 1rem;
|
|
width: 4rem;
|
|
height: 4rem;
|
|
padding: 0.75rem;
|
|
z-index: 16;
|
|
|
|
>svg {
|
|
height: 2.5rem;
|
|
width: 2.5rem;
|
|
}
|
|
} |