diff --git a/src/assets/styles/app.scss b/src/assets/styles/app.scss index 9c5d4c3175..f7b97fbddb 100644 --- a/src/assets/styles/app.scss +++ b/src/assets/styles/app.scss @@ -91,6 +91,21 @@ body { font-size: 14px; } + +input[type="number"] { + -moz-appearance: textfield; + &::-webkit-outer-spin-button, + &::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; + } +} + +a { + text-decoration: none; + color: #4eafe6; +} + .layout-topbar { background-color: #ffffff; display: block; @@ -941,25 +956,6 @@ body { } } -@media screen and (max-width: 1024px) { - .layout-config { - top: 110px; - height: calc(100% - 110px); - transform: translate3d(100%,0,0); - - .layout-config-button { - left: auto; - right: -52px; - } - - &.layout-config-active { - width: 100%; - transform: translate3d(0,0,0); - } - } -} - - .clearfix { display: inline-block; @@ -1310,20 +1306,23 @@ body { .layout-content .content-section.content-submenu ul li { width: 50%; } -} -input[type="number"] { - -moz-appearance: textfield; - &::-webkit-outer-spin-button, - &::-webkit-inner-spin-button { - -webkit-appearance: none; - margin: 0; + .layout-config { + top: 110px; + height: calc(100% - 110px); + transform: translate3d(100%,0,0); + + .layout-config-button { + left: auto; + right: -52px; + } + + &.layout-config-active { + width: 100%; + transform: translate3d(0,0,0); + } } } -a{ - text-decoration: none; - color: #4eafe6; -} @media screen and (max-width: 640px) { .layout-topbar {