frontend/backend update

This commit is contained in:
carodej
2020-06-05 16:48:11 +02:00
parent ca14838212
commit cffdc3ced9
67 changed files with 3611 additions and 1136 deletions
+23 -3
View File
@@ -28,18 +28,36 @@
#page-content {
margin: 0 auto;
padding-bottom: 50px;
&.full-width {
max-width: 100%;
}
&.medium-width {
max-width: 1024px;
max-width: 920px;
}
&.large-width {
max-width: 1190px;
}
&.small-width {
max-width: 690px;
}
&.center-page {
height: 100%;
padding-top: 20px;
padding-bottom: 0;
display: grid;
width: 100%;
.content-page {
margin: auto;
width: 100%;
}
}
}
}
@@ -48,8 +66,9 @@
}
.form-group-label {
@include font-size(17);
font-weight: 500;
@include font-size(18);
font-weight: 800;
letter-spacing: 0.3px;
margin-bottom: 25px;
display: block;
}
@@ -249,6 +268,7 @@
.cell-item {
white-space: nowrap;
color: $text;
font-weight: 700;
}
}