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";
|
@import "src/styles/mixins";
|
||||||
|
|
||||||
@mixin button {
|
@mixin button {
|
||||||
margin: 0 $gap;
|
margin: 12px $gap 0 $gap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
@ -43,12 +43,12 @@
|
||||||
.content {
|
.content {
|
||||||
flex: 0 1 $content_width;
|
flex: 0 1 $content_width;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
justify-content: stretch;
|
justify-content: stretch;
|
||||||
border-radius: $radius $radius 0 0;
|
border-radius: $radius $radius 0 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: $gap;
|
padding: $gap;
|
||||||
height: 64px;
|
min-height: 64px;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
|
||||||
@include tablet {
|
@include tablet {
|
||||||
|
@ -103,6 +103,7 @@
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-top: 12px;
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
@include button;
|
@include button;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue