![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mets.corals.io/wp-content/plugins/ultimate-blocks/admin/css/src/base/ |
@import "./themes/admin-menu-theme"; $screen-sm: 640px; $screen-md: 768px; $screen-lg: 1024px; $screen-xl: 1280px; $screen-2xl: 1536px; @mixin screen-max($max) { @media screen and (max-width: $max - 1) { @content } } %size-full { width: 100%; height: 100%; } %unselectable { user-select: none; } %box-shadow-lg { box-shadow: 0 1px 20px rgba(0, 0, 0, 0.25) } %box-shadow-md { box-shadow: 0 6px 8px -4px rgba(0, 0, 0, 0.25); } %flex-center-all { display: flex; justify-content: center; align-items: center; } %flex-center-all-row { @extend %flex-center-all; flex-wrap: nowrap; flex-direction: row; } %default-transition { transition: all 0.2s ease-out; } %default-border { border: 1px solid $border-color; } %pill { border-radius: 999px; } %pointer { cursor: pointer; } @mixin size($val) { width: #{$val}px; height: #{$val}px; } .ub-positive-color { color: $positive; } .ub-negative-color { color: $negative; } .ub-positive-bg { background-color: $positive !important; } .ub-negative-bg { background-color: $negative !important; }