mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed lab gaps
This commit is contained in:
parent
fda95b8cd2
commit
19449f13b4
4 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
@import "~/styles/variables.scss";
|
@import "~/styles/variables.scss";
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
padding: 0 $gap $gap;
|
padding: $gap $lab_gap $lab_gap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.timestamp {
|
.timestamp {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@import "~/styles/variables.scss";
|
@import "~/styles/variables.scss";
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
padding: 0 $gap;
|
padding: $lab_gap - $gap $lab_gap 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@import "~/styles/variables.scss";
|
@import "~/styles/variables.scss";
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
padding: 0 $gap;
|
padding: 0 $lab_gap;
|
||||||
line-height: 1.3em;
|
line-height: 1.3em;
|
||||||
|
|
||||||
@include tablet {
|
@include tablet {
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
$header_height: 64px;
|
$header_height: 64px;
|
||||||
$cell: 280px;
|
$cell: 280px;
|
||||||
$gap: 10px;
|
$gap: 10px;
|
||||||
|
$lab_gap: $gap * 3;
|
||||||
$grid_line: 5px;
|
$grid_line: 5px;
|
||||||
$content_width: $cell * 5 + $grid_line * 4;
|
$content_width: $cell * 5 + $grid_line * 4;
|
||||||
$spc: $gap * 2;
|
$spc: $gap * 2;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue