mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-26 13:26:40 +07:00
28 lines
408 B
SCSS
28 lines
408 B
SCSS
|
|
.button {
|
|
fill: white;
|
|
height: 48px;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.icon {
|
|
flex: 0 0 38px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
display: flex;
|
|
}
|
|
|
|
.title {
|
|
font: $font_16_semibold;
|
|
text-transform: uppercase;
|
|
margin-bottom: 2px;
|
|
white-space: nowrap;
|
|
flex: 1;
|
|
}
|
|
|
|
.description {
|
|
font: $font_12_regular;
|
|
color: transparentize(white, 0.6);
|
|
white-space: nowrap;
|
|
}
|