1
0
mirror of https://github.com/keeweb/keeweb.git synced 2024-06-26 07:39:04 +02:00
keeweb/app/styles/areas/_tag.scss
2019-09-08 11:46:03 +02:00

25 lines
422 B
SCSS

.tag {
flex: 1;
display: flex;
align-items: stretch;
flex-direction: column;
justify-content: flex-start;
width: 100%;
user-select: none;
padding: $base-padding;
&__space {
flex: 1;
}
&__buttons {
display: flex;
flex-direction: row;
margin-top: $base-padding-v;
&-trash {
@include icon-btn($error: true);
}
}
}