mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
fixed title alignment
This commit is contained in:
parent
5c9357f83f
commit
7608fe0d29
2 changed files with 4 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
@import "src/styles/mixins";
|
||||
|
||||
@mixin button {
|
||||
margin: 0 $gap;
|
||||
margin: 12px $gap 0 $gap;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
|
@ -43,12 +43,12 @@
|
|||
.content {
|
||||
flex: 0 1 $content_width;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
align-items: flex-start;
|
||||
justify-content: stretch;
|
||||
border-radius: $radius $radius 0 0;
|
||||
box-sizing: border-box;
|
||||
padding: $gap;
|
||||
height: 64px;
|
||||
min-height: 64px;
|
||||
min-width: 0;
|
||||
|
||||
@include tablet {
|
||||
|
@ -103,6 +103,7 @@
|
|||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-top: 12px;
|
||||
|
||||
& > * {
|
||||
@include button;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue