feat: add floating btn
This commit is contained in:
22
src/app/components/floating-big-btn/floating-big-btn.scss
Normal file
22
src/app/components/floating-big-btn/floating-big-btn.scss
Normal file
@@ -0,0 +1,22 @@
|
||||
mat-toolbar {
|
||||
position: absolute;
|
||||
bottom: 80px;
|
||||
left: 75%;
|
||||
display: block;
|
||||
|
||||
button {
|
||||
background: var(--mat-sys-primary-container);
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
mat-icon {
|
||||
font-size: 48px;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
|
||||
mat-icon {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user