| | |
| | | |
| | | // LAYOUT |
| | | |
| | | |
| | | $free-button-color: #7266ba; |
| | | $pagination-color: #7266ba; |
| | | $sweet-color: #5b509d; |
| | | $but-block-color: #463e77; |
| | | |
| | | $content-bg: #f5f7fa; |
| | | $aside-bg: #fff; |
| | | // NAVBAR TOP |
| | |
| | | Component: layout |
| | | ========================================================================== */ |
| | | |
| | | .modal-header{ |
| | | position: relative; |
| | | width: 100.1%; |
| | | background-color: $free-button-color !important; |
| | | padding: 3px; |
| | | button{ |
| | | font-size: 40px; |
| | | color: #333 !important; |
| | | margin-right: 10px; |
| | | margin-top: 3px !important; |
| | | transition: 0.7s; |
| | | // transiton:all 1s !important; |
| | | // &:hover{ |
| | | // transform: rotate(180deg) !important; |
| | | // } |
| | | } |
| | | } |
| | | .but_free{ |
| | | background: #fff; |
| | | border: 1px solid $free-button-color; |
| | | border-radius: 3px; |
| | | height: 38px; |
| | | // padding-left: 12px; |
| | | // padding-right: 12px; |
| | | line-height: 38px; |
| | | color:$free-button-color; |
| | | transition: 0.2s; |
| | | white-space: nowrap; |
| | | } |
| | | .but_hover:hover{ |
| | | background: $free-button-color; |
| | | color:#fff !important; |
| | | } |
| | | |
| | | .but_block{ |
| | | background: $free-button-color; |
| | | border: 1px solid $free-button-color; |
| | | border-radius: 3px; |
| | | height: 35px; |
| | | padding-left: 18px; |
| | | padding-right: 18px; |
| | | line-height: 35px; |
| | | color:#ffffff; |
| | | transition: 0.2s; |
| | | white-space: nowrap; |
| | | } |
| | | .but_strip_hover:hover{ |
| | | background: #ffffff; |
| | | color: $free-button-color; |
| | | } |
| | | .but_block_hover:hover{ |
| | | background: $but-block-color; |
| | | border: 1px solid $but-block-color; |
| | | } |
| | | .mol_but{ |
| | | background: #fff; |
| | | border: 1px solid $free-button-color; |
| | | border-radius: 3px; |
| | | height: 35px; |
| | | padding-left: 15px; |
| | | padding-right: 15px; |
| | | line-height: 35px; |
| | | color:$free-button-color; |
| | | transition: 0.2s; |
| | | white-space: nowrap; |
| | | } |
| | | .mol_but_sm{ |
| | | background: #fff; |
| | | border: 1px solid $free-button-color !important; |
| | | border-radius: 3px; |
| | | height: 32px; |
| | | padding-left: 8px; |
| | | padding-right: 8px; |
| | | line-height: 30px; |
| | | color:$free-button-color !important; |
| | | transition: 0.2s; |
| | | } |
| | | .but_red_hover:hover{ |
| | | background: #ee574d; |
| | | color:#fff; |
| | | } |
| | | .fa-size{ |
| | | padding-top: 10px; |
| | | color: $free-button-color; |
| | | } |
| | | .pagin-style{ |
| | | color: $free-button-color !important; |
| | | } |
| | | .pagination a{ |
| | | transition: 0.3s; |
| | | width: 30px !important; |
| | | height: 30px !important; |
| | | line-height: 30px !important; |
| | | font-size: 18px !important; |
| | | background: none !important; |
| | | margin-right: 10px !important; |
| | | padding: 0 !important; |
| | | line-height: 27px !important; |
| | | border: 1px solid $free-button-color !important; |
| | | } |
| | | .pagination > .active > a{ |
| | | font-size: 14px !important; |
| | | color: #fff !important; |
| | | background: $free-button-color !important; |
| | | border: 1px solid $free-button-color !important; |
| | | } |
| | | .pagination > .active > a:hover{ |
| | | color: #fff !important; |
| | | background: $free-button-color !important; |
| | | border: 1px solid $free-button-color !important; |
| | | } |
| | | .pagination > .pagination-page > a{ |
| | | font-size: 14px !important; |
| | | } |
| | | .pagination > .pagination-page > a:hover{ |
| | | color: #fff !important; |
| | | background: $free-button-color !important; |
| | | border: 1px solid $free-button-color !important; |
| | | } |
| | | .sweet-alert button{ |
| | | background: $free-button-color !important; |
| | | border: 1px solid $free-button-color !important; |
| | | border-radius: 3px !important; |
| | | color:#ffffff !important; |
| | | transition: 0.2s !important; |
| | | } |
| | | .sweet-alert button:hover{ |
| | | background: $sweet-color !important; |
| | | color:#ffffff !important; |
| | | border: 1px solid $sweet-color !important; |
| | | } |
| | | .green_color{ |
| | | color: $free-button-color !important; |
| | | font-weight: 500; |
| | | } |
| | | .green_color:hover{ |
| | | color: $free-button-color !important; |
| | | font-weight: 500; |
| | | } |
| | | .load{ |
| | | width: 100%; |
| | | height: 100%; |
| | | position: fixed; |
| | | z-index: 999; |
| | | background: rgba(51, 51, 51, 0.166); |
| | | span{ |
| | | position: fixed; |
| | | left: 50%; |
| | | top: 50%; |
| | | font-size: 66px; |
| | | color: $free-button-color !important; |
| | | } |
| | | } |
| | | body, |
| | | .wrapper > section { |
| | | background-color: $content-bg; |