mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-16 15:09:57 +00:00
17 lines
206 B
SCSS
17 lines
206 B
SCSS
.example-form {
|
|
min-width: 150px;
|
|
width: 100%;
|
|
}
|
|
|
|
.example-full-width {
|
|
width: 100%;
|
|
}
|
|
|
|
// FAB
|
|
.mat-fab {
|
|
top: auto;
|
|
right: 20px;
|
|
bottom: 20px;
|
|
left: auto;
|
|
position: fixed;
|
|
} |