MARIJuANA
— DIOS — NO — CREA — NADA — EN — VANO —
Linux instance-20230208-1745 6.8.0-1013-oracle #13~22.04.1-Ubuntu SMP Mon Sep 2 13:02:56 UTC 2024 x86_64
  SOFT : Apache/2.4.52 (Ubuntu) PHP : 8.1.2-1ubuntu2.19
/var/www/camara-mortugaba/transparencia/assets_portal/css/sass/layout/
10.0.0.135

 
[ NAME ] [ SIZE ] [ PERM ] [ DATE ] [ ACT ]
+FILE +DIR
_elements.scss 20.183 KB -rw-rw-r-- 2022-03-09 07:52 R E G D
_footer.scss 1.691 KB -rw-rw-r-- 2022-03-09 07:52 R E G D
_grid.scss 1.167 KB -rw-rw-r-- 2022-03-09 07:52 R E G D
_helper-classes.scss 0.96 KB -rw-rw-r-- 2022-03-09 07:52 R E G D
_layout.scss 23.061 KB -rw-rw-r-- 2022-03-09 07:52 R E G D
_navigation.scss 12.154 KB -rw-rw-r-- 2022-03-09 07:52 R E G D
_spacings.scss 8.981 KB -rw-rw-r-- 2022-03-09 07:52 R E G D
_wordpress.scss 3.883 KB -rw-rw-r-- 2022-03-09 07:52 R E G D
REQUEST EXIT
/*-------------------------------------------------------*/ /* Buttons /*-------------------------------------------------------*/ .btn { font-weight: 700; font-family: $heading-font; overflow: hidden; display: inline-block; text-decoration: none; text-align: center; border: 0; border-radius: 2px; @include uppercase; @include transition(all .2s ease-in-out); color: #fff; background-color: $heading-color; -webkit-backface-visibility: hidden; backface-visibility: hidden; position: relative; z-index: 1; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; &:hover { color: #fff; background-color: $main-color; border-color: transparent; } &:focus { outline: none; color: #fff; } &-lg, &-lg.btn-button { font-size: 13px; padding: 0 30px; span { line-height: 42px; } } &-lg.btn-button { height: 42px; } &-sm, &-sm.btn-button { font-size: 11px; padding: 0 20px; line-height: 28px; } &-sm.btn-button { height: 30px; } &-color { background-color: $main-color; &:hover { opacity: .92; } } &-dark { background-color: $bg-dark; } &-white { background-color: #fff; color: $heading-color; } &-light { background-color: $bg-light; color: $heading-color; } &-white:focus, &-light:focus { color: $heading-color; } } .rounded, .rounded:before { border-radius: 70px; } .section-buttons { margin-bottom: 50px; a { margin-bottom: 10px; } } /* Input Buttons -------------------------------------------------------*/ .btn-button { border: none; margin-bottom: 0; width: auto; &.btn-color, &.btn-dark { color: #fff; } &.btn-wide { width: 100%; } &:hover, &:focus { color: #fff; background-color: $main-color; } } /*-------------------------------------------------------*/ /* Form Elements /*-------------------------------------------------------*/ input, select, textarea { height: 42px; border: 1px solid $border-color; border-radius: 2px; background-color: #fff; width: 100%; margin-bottom: 24px; padding: 0 12px; @include transition(border-color .3s ease-in-out, background-color .3s ease-in-out) font-size: 13px; font-family: $heading-font; } textarea { height: auto; display: block; padding: 8px 16px; margin-bottom: 24px; } button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; } input[type=search] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input:focus, textarea:focus { border-color: $main-color; background-color: #fff; outline: none; box-shadow: none; } /* Change Color of Placeholders */ input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: $text-color; } input:-moz-placeholder, textarea:-moz-placeholder { color: $text-color; opacity: 1; } input::-moz-placeholder, textarea::-moz-placeholder { color: $text-color; opacity: 1; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: $text-color; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; padding-left: 12px; background-image: url(../img/dropdown.png); background-repeat: no-repeat; background-position: 100% 50%; } select::-ms-expand { display: none; } label { color: $heading-color; font-family: $heading-font; font-size: 13px; font-weight: 700; display: inline-block; vertical-align: middle; margin-bottom: 6px; } /* Checkboxes & Radio Buttons -------------------------------------------------------*/ input[type="checkbox"] { display: none; } input[type="checkbox"] + label:before { width: 20px; height: 20px;