Browse Source

px => rem

pull/1/head
Sebastian 10 years ago
parent
commit
599a0e3343
  1. 8
      src/Squidex/app/features/apps/pages/apps-page.component.scss
  2. 8
      src/Squidex/app/features/content/pages/content/content-page.component.scss
  3. 4
      src/Squidex/app/features/content/pages/contents/contents-page.component.scss
  4. 14
      src/Squidex/app/features/content/pages/schemas/schemas-page.component.scss
  5. 4
      src/Squidex/app/features/dashboard/pages/dashboard-page.component.scss
  6. 24
      src/Squidex/app/features/schemas/pages/schema/field.component.scss
  7. 4
      src/Squidex/app/features/schemas/pages/schema/schema-page.component.scss
  8. 2
      src/Squidex/app/features/schemas/pages/schema/types/boolean-validation.component.scss
  9. 2
      src/Squidex/app/features/schemas/pages/schema/types/number-validation.component.scss
  10. 2
      src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.scss
  11. 2
      src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.html
  12. 93
      src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.scss
  13. 6
      src/Squidex/app/features/settings/pages/clients/client.component.scss
  14. 8
      src/Squidex/app/features/settings/pages/clients/clients-page.component.scss
  15. 6
      src/Squidex/app/features/settings/pages/contributors/contributors-page.component.scss
  16. 6
      src/Squidex/app/features/settings/pages/languages/languages-page.component.scss
  17. 4
      src/Squidex/app/features/settings/settings-area.component.scss
  18. 8
      src/Squidex/app/framework/angular/autocomplete.component.scss
  19. 8
      src/Squidex/app/framework/angular/slider.component.scss
  20. 4
      src/Squidex/app/shared/components/history.component.scss
  21. 2
      src/Squidex/app/shared/services/users-provider.service.ts
  22. 4
      src/Squidex/app/shell/pages/app/left-menu.component.scss
  23. 12
      src/Squidex/app/shell/pages/home/home-page.component.scss
  24. 14
      src/Squidex/app/shell/pages/internal/apps-menu.component.scss
  25. 12
      src/Squidex/app/shell/pages/internal/internal-area.component.scss
  26. 7
      src/Squidex/app/shell/pages/internal/profile-menu.component.scss
  27. 8
      src/Squidex/app/shell/pages/not-found/not-found-page.component.scss
  28. 36
      src/Squidex/app/theme/_bootstrap.scss
  29. 4
      src/Squidex/app/theme/_panels.scss
  30. 10
      src/Squidex/app/theme/_vars.scss

8
src/Squidex/app/features/apps/pages/apps-page.component.scss

@ -2,7 +2,7 @@
@import '_mixins'; @import '_mixins';
content { content {
padding: 20px; padding: 1.25rem;
} }
.empty { .empty {
@ -11,13 +11,13 @@ content {
} }
&-headline { &-headline {
margin: 20px; margin: 1.25rem;
margin-top: 100px; margin-top: 6.25rem;
} }
} }
.app { .app {
float: left; float: left;
width: 20rem; width: 20rem;
margin: 10px; margin: .625rem;
} }

8
src/Squidex/app/features/content/pages/content/content-page.component.scss

@ -2,6 +2,10 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 600px; min-width: 36rem;
max-width: 600px; max-width: 36rem;
}
label {
margin: .4rem;
} }

4
src/Squidex/app/features/content/pages/contents/contents-page.component.scss

@ -2,6 +2,6 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 600px; min-width: 36rem;
max-width: 600px; max-width: 36rem;
} }

14
src/Squidex/app/features/content/pages/schemas/schemas-page.component.scss

@ -2,20 +2,20 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 280px; min-width: 20rem;
max-width: 280px; max-width: 20rem;
} }
.panel-header { .panel-header {
min-height: 120px; min-height: 8rem;
max-height: 120px; max-height: 8rem;
} }
.subheader { .subheader {
@include flex-box; @include flex-box;
@include flex-flow(row); @include flex-flow(row);
margin-top: 2rem; margin-top: 2rem;
margin-right: -40px; margin-right: -2.5rem;
} }
.search-form { .search-form {
@ -25,11 +25,11 @@
} }
.form-control { .form-control {
padding-left: 50px; padding-left: 3rem;
} }
.icon-search { .icon-search {
@include absolute(10px, auto, auto, 12px); @include absolute(.625rem, auto, auto, 1rem);
color: $color-dark-foreground-selected; color: $color-dark-foreground-selected;
font-size: 1.3rem; font-size: 1.3rem;
font-weight: lighter; font-weight: lighter;

4
src/Squidex/app/features/dashboard/pages/dashboard-page.component.scss

@ -2,6 +2,6 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 600px; min-width: 36rem;
max-width: 600px; max-width: 36rem;
} }

24
src/Squidex/app/features/schemas/pages/schema/field.component.scss

@ -34,8 +34,8 @@ $field-header: #e7ebef;
.field { .field {
&-summary { &-summary {
padding: 15px 20px; padding: 1rem 1.25rem;
line-height: 40px; line-height: 2.5rem;
} }
&-icon { &-icon {
@ -84,41 +84,41 @@ $field-header: #e7ebef;
&::before { &::before {
@include caret-top; @include caret-top;
@include absolute(-10px, 90px, auto, auto); @include absolute(-.625rem, 6rem, auto, auto);
border-color: transparent transparent $color-border; border-color: transparent transparent $color-border;
border-width: 10px; border-width: .5rem;
} }
&-tab { &-tab {
padding: 15px 20px 20px; padding: 1rem 1.25rem 1.25rem;
} }
&-tabs { &-tabs {
background: $color-border; background: $color-border;
position: relative; position: relative;
padding: 15px 20px; padding: 1rem 1.25rem;
} }
} }
.tag { .tag {
@include opacity(.9); @include opacity(.9);
min-width: 60px; min-width: 4rem;
max-width: 90px; max-width: 6rem;
} }
} }
.nav-field-tabs { .nav-field-tabs {
& { & {
@include absolute(auto, auto, 0, 20px); @include absolute(auto, auto, 0, 1.25rem);
} }
& .nav-link { & .nav-link {
& { & {
color: $color-text; color: $color-text;
cursor: pointer; cursor: pointer;
padding: 18px 10px; padding: 1rem .625rem;
border-bottom: 4px solid transparent; border-bottom: .25rem solid transparent;
width: 100px; width: 6.25rem;
text-align: center; text-align: center;
} }

4
src/Squidex/app/features/schemas/pages/schema/schema-page.component.scss

@ -2,8 +2,8 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 760px; min-width: 48rem;
max-width: 760px; max-width: 48rem;
} }
.panel-content { .panel-content {

2
src/Squidex/app/features/schemas/pages/schema/types/boolean-validation.component.scss

@ -7,7 +7,7 @@
} }
&-label { &-label {
@include absolute(0, -4px, auto, auto); @include absolute(0, -.25rem, auto, auto);
} }
} }

2
src/Squidex/app/features/schemas/pages/schema/types/number-validation.component.scss

@ -7,7 +7,7 @@
} }
&-label { &-label {
@include absolute(0, -4px, auto, auto); @include absolute(0, -25rem, auto, auto);
} }
} }

2
src/Squidex/app/features/schemas/pages/schema/types/string-validation.component.scss

@ -7,7 +7,7 @@
} }
&-label { &-label {
@include absolute(0, -4px, auto, auto); @include absolute(0, -25rem, auto, auto);
} }
} }

2
src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.html

@ -33,7 +33,7 @@
</div> </div>
<div class="col-xs-4"> <div class="col-xs-4">
<span class="schema-user"> <span class="schema-user">
<i class="icon-person"></i> <span class="schema-user-text">{{userName(schema.lastModifiedBy, true) | async}}</span> <i class="icon-person"></i> {{userName(schema.lastModifiedBy, true) | async}}
</span> </span>
</div> </div>
<div class="col-xs-4 schema-col-right"> <div class="col-xs-4 schema-col-right">

93
src/Squidex/app/features/schemas/pages/schemas/schemas-page.component.scss

@ -1,14 +1,16 @@
@import '_vars'; @import '_vars';
@import '_mixins'; @import '_mixins';
$button-size: 2.5rem;
.panel { .panel {
min-width: 480px; min-width: 30rem;
max-width: 480px; max-width: 30rem;
} }
.panel-header { .panel-header {
min-height: 140px; min-height: 7rem;
max-height: 140px; max-height: 6.7rem;
} }
.subheader { .subheader {
@ -16,14 +18,14 @@
@include flex-box; @include flex-box;
@include flex-flow(row); @include flex-flow(row);
margin-top: 2rem; margin-top: 2rem;
margin-right: -40px; margin-right: -2.5rem;
} }
&-button { &-button {
height: 38px; height: $button-size;
margin-right: .4rem; margin-right: .4rem;
min-width: 38px; min-width: $button-size;
max-width: 38px; max-width: $button-size;
padding-left: 0; padding-left: 0;
padding-right: 0; padding-right: 0;
font-size: 1.1rem; font-size: 1.1rem;
@ -37,56 +39,16 @@
} }
.form-control { .form-control {
padding-left: 50px; padding-left: $button-size + 1rem;
height: $button-size;
} }
.icon-search { .icon-search {
@include absolute(10px, auto, auto, 12px); @include absolute(50%, auto, auto, .8rem);
color: $color-dark-foreground-selected; color: $color-dark-foreground-selected;
font-size: 1.3rem; font-size: 1.3rem;
font-weight: lighter; font-weight: lighter;
} margin-top: -.6rem;
}
.btn-new {
& {
padding-left: 0;
background: transparent;
border: 0;
color: $color-dark-foreground-selected;
font-size: 1.05rem;
}
&:hover {
color: lighten($color-dark-foreground-selected, 5%);
outline: 0;
}
&:focus {
color: lighten($color-dark-foreground-selected, 10%);
outline: 0;
}
.icon-plus {
& {
@include circle(24px);
display: inline-block;
background: transparent;
border: 2px solid $color-dark-foreground-selected;
margin-right: .5rem;
font-size: .8rem;
font-weight: bold;
vertical-align: baseline;
line-height: 20px;
}
&:hover {
border-color: lighten($color-dark-foreground-selected, 5%);
}
&:focus {
border-color: lighten($color-dark-foreground-selected, 10%);
}
} }
} }
@ -156,23 +118,16 @@
} }
&-user { &-user {
& { @include border-radius(1px);
@include border-radius(1px); @include truncate;
display: inline-block; display: inline-block;
background: $color-dark-background-accent; background: $color-dark-background-accent;
padding: .1rem .3rem; padding: .1rem .3rem;
font-size: .8rem; font-size: .8rem;
font-weight: normal; font-weight: normal;
margin-left: 10px; margin-left: 10px;
max-width: 100%; max-width: 100%;
vertical-align: baseline; vertical-align: baseline;
}
&-text {
@include truncate;
display: inline-block;
vertical-align: bottom;
}
} }
&:first-child { &:first-child {

6
src/Squidex/app/features/settings/pages/clients/client.component.scss

@ -32,14 +32,14 @@ $color-editor: #eceeef;
@include border-radius(.25rem); @include border-radius(.25rem);
margin: 0; margin: 0;
margin-left: -.6rem; margin-left: -.6rem;
height: 38px; height: 2.5rem;
padding: 0 .6rem; padding: 0 .6rem;
border: 0; border: 0;
background: transparent; background: transparent;
font-size: 1.2rem; font-size: 1.2rem;
font-weight: normal; font-weight: normal;
display: inline-block; display: inline-block;
line-height: 38px; line-height: 2.5rem;
} }
&.enabled, &.enabled,
@ -65,5 +65,5 @@ $color-editor: #eceeef;
.access-token { .access-token {
resize: none; resize: none;
height: 300px; height: 18rem;
} }

8
src/Squidex/app/features/settings/pages/clients/clients-page.component.scss

@ -2,13 +2,13 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 700px; min-width: 44rem;
max-width: 700px; max-width: 44rem;
} }
.card { .card {
& { & {
max-width: 700px; max-width: 44rem;
} }
&-block { &-block {
@ -28,5 +28,5 @@
.access-token { .access-token {
resize: none; resize: none;
height: 300px; height: 18rem;
} }

6
src/Squidex/app/features/settings/pages/contributors/contributors-page.component.scss

@ -2,8 +2,8 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 800px; min-width: 50rem;
max-width: 800px; max-width: 50rem;
} }
.panel-content { .panel-content {
@ -11,7 +11,7 @@
} }
.card { .card {
max-width: 700px; max-width: 44rem;
} }
.contributors { .contributors {

6
src/Squidex/app/features/settings/pages/languages/languages-page.component.scss

@ -2,13 +2,13 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 600px; min-width: 36rem;
max-width: 600px; max-width: 36rem;
} }
.language { .language {
&-select { &-select {
max-width: 200px; max-width: 12rem;
} }
&-name { &-name {

4
src/Squidex/app/features/settings/settings-area.component.scss

@ -2,6 +2,6 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 180px; min-width: 12rem;
max-width: 180px; max-width: 12rem;
} }

8
src/Squidex/app/framework/angular/autocomplete.component.scss

@ -12,8 +12,8 @@ $color-input-border: rgba(0, 0, 0, .15);
@include absolute(2px, auto, auto, 0); @include absolute(2px, auto, auto, 0);
@include border-radius(.25em); @include border-radius(.25em);
@include box-shadow; @include box-shadow;
width: 300px; width: 18rem;
max-height: 200px; max-height: 12rem;
border: 1px solid $color-input-border; border: 1px solid $color-input-border;
background: $color-accent-dark; background: $color-accent-dark;
padding: .3rem 0; padding: .3rem 0;
@ -34,14 +34,14 @@ $color-input-border: rgba(0, 0, 0, .15);
} }
&-image { &-image {
@include circle(40px); @include circle(2.5rem);
float: left; float: left;
} }
&-title, &-title,
&-description { &-description {
@include truncate; @include truncate;
margin-left: 45px; margin-left: 3rem;
} }
&-description { &-description {

8
src/Squidex/app/framework/angular/slider.component.scss

@ -1,9 +1,9 @@
@import '_mixins'; @import '_mixins';
@import '_vars'; @import '_vars';
$bar-height: 12px; $bar-height: .8rem;
$thumb-size: 20px; $thumb-size: 1.25rem;
$thumb-margin: ($thumb-size - $bar-height) * .5; $thumb-margin: ($thumb-size - $bar-height) * .5;
.slider { .slider {
@ -12,8 +12,8 @@ $thumb-margin: ($thumb-size - $bar-height) * .5;
@include border-radius($bar-height * .5); @include border-radius($bar-height * .5);
position: relative; position: relative;
border: 1px solid $color-control; border: 1px solid $color-control;
margin-bottom: 20px; margin-bottom: 1.25rem;
margin-top: 5px; margin-top: .25rem;
margin-right: $thumb-size * .5; margin-right: $thumb-size * .5;
background: $color-accent-dark; background: $color-accent-dark;
height: $bar-height; height: $bar-height;

4
src/Squidex/app/shared/components/history.component.scss

@ -2,8 +2,8 @@
@import '_mixins'; @import '_mixins';
.panel { .panel {
min-width: 270px; min-width: 16rem;
max-width: 270px; max-width: 16rem;
} }
.event { .event {

2
src/Squidex/app/shared/services/users-provider.service.ts

@ -44,6 +44,6 @@ export class UsersProviderService {
dto = new UserDto(dto.id, dto.email, me, dto.pictureUrl); dto = new UserDto(dto.id, dto.email, me, dto.pictureUrl);
} }
return dto; return dto;
}); }).share();
} }
} }

4
src/Squidex/app/shell/pages/app/left-menu.component.scss

@ -14,7 +14,7 @@
} }
&-icon { &-icon {
font-size: 30px; font-size: 2rem;
} }
&-text { &-text {
@ -35,7 +35,7 @@
&-link { &-link {
& { & {
padding: 20px; padding: 1.25rem;
} }
&.active { &.active {

12
src/Squidex/app/shell/pages/home/home-page.component.scss

@ -2,18 +2,18 @@
@import '_vars'; @import '_vars';
.content { .content {
margin: 100px auto; margin: 8rem auto;
max-width: 500px; max-width: 32rem;
text-align: center; text-align: center;
} }
.logo { .logo {
height: 60px; height: 4rem;
} }
.login { .login {
&-button { &-button {
margin: 40px 0; margin: 2.5rem 0;
} }
&-hint { &-hint {
@ -22,7 +22,7 @@
} }
.proudly-made { .proudly-made {
margin-top: 100px; margin-top: 16rem;
font-size: 11px; font-size: .8rem;
font-style: italic; font-style: italic;
} }

14
src/Squidex/app/shell/pages/internal/apps-menu.component.scss

@ -1,6 +1,8 @@
@import '_vars'; @import '_vars';
@import '_mixins'; @import '_mixins';
$size-arrow: .6rem;
.navbar-dark { .navbar-dark {
.navbar-nav { .navbar-nav {
.nav-link { .nav-link {
@ -14,19 +16,19 @@
} }
.drodown-button { .drodown-button {
padding: 3px 1.5rem; padding: .25rem 1.5rem;
} }
.dropdown-menu { .dropdown-menu {
& { & {
top: 44px; top: $size-navbar-height - $size-arrow;
} }
&::before { &::before {
@include absolute(-10px, auto, auto, 10px); @include absolute(-$size-arrow, auto, auto, $size-arrow);
@include caret-top; @include caret-top;
border-color: transparent transparent $color-accent-dark; border-color: transparent transparent $color-accent-dark;
border-width: 10px; border-width: $size-arrow;
} }
} }
@ -40,7 +42,7 @@
} }
&-pill { &-pill {
@include absolute(6px, 10px, auto, auto); @include absolute(.3rem, .625rem, auto, auto);
background: $color-theme-blue-lighter; background: $color-theme-blue-lighter;
border: 0; border: 0;
color: $color-theme-blue; color: $color-theme-blue;
@ -52,7 +54,7 @@
@include transition(opacity .4 ease); @include transition(opacity .4 ease);
@include opacity(.95); @include opacity(.95);
@include no-selection; @include no-selection;
padding-right: 15px; padding-right: 1rem;
color: $color-accent-dark; color: $color-accent-dark;
cursor: pointer; cursor: pointer;
} }

12
src/Squidex/app/shell/pages/internal/internal-area.component.scss

@ -11,23 +11,23 @@
padding-bottom: 0; padding-bottom: 0;
margin-top: -.2rem; margin-top: -.2rem;
margin-bottom: -.2rem; margin-bottom: -.2rem;
margin-right: 40px; margin-right: 2.5rem;
font-size: 1.8rem; font-size: 1.8rem;
width: 70px; width: 4.5rem;
} }
.notification { .notification {
&-container { &-container {
@include fixed(auto, 10px, 10px, auto); @include fixed(auto, .625rem, .625rem, auto);
width: 260px; width: 20rem;
z-index: 100000; z-index: 100000;
} }
&-item { &-item {
@include border-radius; @include border-radius;
@include box-shadow; @include box-shadow;
padding: 10px; padding: .625rem;
margin-top: 10px; margin-top: .625rem;
font-size: .8rem; font-size: .8rem;
font-weight: normal; font-weight: normal;
color: $color-accent-dark; color: $color-accent-dark;

7
src/Squidex/app/shell/pages/internal/profile-menu.component.scss

@ -2,6 +2,7 @@
@import '_vars'; @import '_vars';
$size-avatar: 2.2rem; $size-avatar: 2.2rem;
$size-arrow: .6rem;
.user { .user {
&-picture { &-picture {
@ -38,14 +39,14 @@ $size-avatar: 2.2rem;
&-menu { &-menu {
& { & {
@include absolute(44px, 0, auto, auto); @include absolute($size-navbar-height - $size-arrow, 0, auto, auto);
} }
&::before { &::before {
@include absolute(-10px, 10px, auto, auto); @include absolute(-$size-arrow, $size-arrow, auto, auto);
@include caret-top; @include caret-top;
border-color: transparent transparent $color-accent-dark; border-color: transparent transparent $color-accent-dark;
border-width: 10px; border-width: $size-arrow;
} }
} }
} }

8
src/Squidex/app/shell/pages/not-found/not-found-page.component.scss

@ -2,15 +2,15 @@
@import '_vars'; @import '_vars';
.content { .content {
margin: 100px auto; margin: 8rem auto;
max-width: 500px; max-width: 32rem;
text-align: center; text-align: center;
} }
.logo { .logo {
height: 60px; height: 4rem;
} }
h1 { h1 {
margin-top: 40px; margin-top: 2.5rem;
} }

36
src/Squidex/app/theme/_bootstrap.scss

@ -34,21 +34,21 @@
&-items { &-items {
& { & {
margin-bottom: -4px; margin-bottom: -.25rem;
} }
th, th,
td { td {
& { & {
padding: 15px; padding: 1rem;
} }
&:first-child { &:first-child {
padding-left: 20px; padding-left: 1.25rem;
} }
&:last-child { &:last-child {
padding-right: 20px; padding-right: 1.25rem;
} }
} }
@ -72,32 +72,32 @@
tr { tr {
background: $color-table; background: $color-table;
border: 1px solid $color-border; border: 1px solid $color-border;
border-bottom: 3px solid $color-border; border-bottom: 2px solid $color-border;
margin-bottom: 10px; margin-bottom: .5rem;
} }
} }
&-row, &-row,
&-footer { &-footer {
padding: 15px 20px; padding: 1rem 1.25rem;
background: $color-table-footer; background: $color-table-footer;
border: 1px solid $color-table-border; border: 1px solid $color-table-border;
border-bottom-width: 3px; border-bottom-width: 2px;
} }
&-row { &-row {
background: $color-table; background: $color-table;
margin-bottom: 4px; margin-bottom: .25rem;
} }
&-footer { &-footer {
background: $color-table-footer; background: $color-table-footer;
margin-top: 12px; margin-top: .8rem;
} }
.spacer { .spacer {
border: 0; border: 0;
height: 6px; height: .3rem;
} }
} }
} }
@ -121,7 +121,7 @@
} }
&::after { &::after {
@include absolute(auto, auto, -.8rem, 10px); @include absolute(auto, auto, -.8rem, .625rem);
content: ''; content: '';
height: 0; height: 0;
border-style: solid; border-style: solid;
@ -171,12 +171,12 @@ select {
} }
.form-error { .form-error {
@include border-radius(3px); @include border-radius(4px);
@include truncate; @include truncate;
color: $color-accent-dark; color: $color-accent-dark;
margin-top: 4px; margin-top: .25rem;
margin-bottom: 10px; margin-bottom: .5rem;
padding: 6px; padding: .5rem;
background: $color-theme-error; background: $color-theme-error;
} }
@ -248,13 +248,13 @@ select {
} }
@media (min-width: 576px) { @media (min-width: 576px) {
margin-top: 70px; margin-top: 4.5rem;
} }
} }
} }
.dropdown-menu { .dropdown-menu {
@include box-shadow(0, 6px, 16px, .2px); @include box-shadow(0, .3px, 16px, .2px);
border: 0; border: 0;
} }

4
src/Squidex/app/theme/_panels.scss

@ -38,7 +38,7 @@
min-height: $panel-header; min-height: $panel-header;
max-height: $panel-header; max-height: $panel-header;
position: relative; position: relative;
padding-right: 60px; padding-right: 4rem;
} }
&-content { &-content {
@ -70,7 +70,7 @@
&-close { &-close {
& { & {
@include absolute($panel-padding, $panel-padding - 2px, auto, auto); @include absolute($panel-padding, $panel-padding - .125rem, auto, auto);
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 400; font-weight: 400;
cursor: pointer; cursor: pointer;

10
src/Squidex/app/theme/_vars.scss

@ -36,9 +36,9 @@ $color-accent-dark: #fff;
$color-card-footer: #fff; $color-card-footer: #fff;
$size-navbar-height: 52px; $size-navbar-height: 3.25rem;
$size-sidebar-width: 100px; $size-sidebar-width: 6.25rem;
$panel-padding: 20px; $panel-padding: 1.25rem;
$panel-header: 70px; $panel-header: 4.6rem;
$panel-sidebar: 61px; $panel-sidebar: 3.75rem;

Loading…
Cancel
Save