PATH:
home
/
lab2454c
/
vaultchip.com
/
platform
/
core
/
base
/
resources
/
assets
/
sass
/
base
/
global
/
components
/*** Utilities ***/ /* Rounded Element */ .rounded-2 { border-radius: 2px !important; } .rounded-3 { border-radius: 3px !important; } .rounded-4 { border-radius: 4px !important; } /* Circle Element */ .circle { border-radius: 25px !important; } .circle-right { border-radius: 0 25px 25px 0 !important; } .circle-left { border-radius: 25px 0 0 25px !important; } .circle-bottom { border-radius: 0 0 25px 25px !important; } .circle-top { border-radius: 25px 25px 0 0 !important; } .rounded { border-radius: 50% !important; } /* General utilities */ .display-none, .display-hide { display: none; } .hidden { display: none !important; } .primary-font { font-family: $font-family-primary !important; } .bold { font-weight: 700 !important; &.btn { letter-spacing: 0; } } .sbold { font-weight: 600 !important; &.btn { letter-spacing: 0; } } .thin { font-weight: 300 !important; } .uppercase { text-transform: uppercase !important; } .fix-margin { margin-left: 0px !important } .border { border: 1px solid red; } .font-hg { font-size: 23px; } .font-lg { font-size: 18px; } .font-md { font-size: 14px; } .font-sm { font-size: 13px; } .font-xs { font-size: 11px; } .inline { display: inline; } .inline-block { display: inline-block; } .text-align-reverse { text-align: right; } /* Margin and padding utilities */ .no-space { margin: 0px !important; padding: 0px !important; } .no-margin { margin: 0; } .margin-bottom-5 { margin-bottom: 5px; } .margin-bottom-10 { margin-bottom: 10px !important; } .margin-top-10 { margin-top: 10px !important; } .margin-top-15 { margin-top: 15px !important; } .margin-bottom-15 { margin-bottom: 15px !important; } .margin-bottom-20 { margin-bottom: 20px !important; } .margin-top-20 { margin-top: 20px !important; } .margin-top-30 { margin-top: 30px !important; } .margin-top-40 { margin-top: 40px !important; } .margin-bottom-25 { margin-bottom: 25px !important; } .margin-bottom-30 { margin-bottom: 30px !important; } .margin-bottom-40 { margin-bottom: 40px !important; } .margin-right-10 { margin-right: 10px !important; } /*** Responsive Utils ***/ @media (max-width: 1024px) { .hidden-1024 { display: none; } } @media (max-width: 480px) { .hidden-480 { display: none; } } @media (max-width: 320px) { .hidden-320 { display: none; } } /*** Demo Utils ***/ .scrollspy-example { position: relative; height: 200px; margin-top: 10px; overflow: auto; } .util-btn-margin-bottom-5 .btn { margin-bottom: 5px !important; } .util-btn-group-margin-bottom-5 .btn-group { margin-bottom: 5px !important; } .padding-tb-10 { padding: 10px 0; } .padding-tb-15 { padding: 10px 0; } .padding-tb-20 { padding: 20px 0; } /*** Users ***/ .user-info { margin-bottom: 10px !important; img { float: left; margin-right: 5px; } .details { display: inline-block; } .label { font-weight: 300; font-size: 11px; } } /*** Custom vertical inline menu ***/ .ver-inline-menu { padding: 0; margin: 0; list-style: none; li { position: relative; margin-bottom: 1px; i { width: 37px; height: 37px; display: inline-block; color: #b9cbd5; font-size: 15px; padding: 12px 10px 10px 8px; margin: 0 8px 0 0; text-align: center; background: #e0eaf0 !important; } a { font-size: 14px; font-weight: 300; color: #557386; display: block; background: #f0f6fa; border-left: solid 2px #c4d5df; } &:hover a { background: #e0eaf0; text-decoration: none; } &:hover i { color: #ffffff; background: #c4d5df !important; } &.active a { border-left: solid 2px #0c91e5; } &.active i { background: #0c91e5 !important; } &.active a, &.active i { color: #ffffff; background: #169ef4; text-decoration: none; } &.active a, &:hover a { font-size: 14px; } &.active:after { content: ''; display: inline-block; border-bottom: 6px solid transparent; border-top: 6px solid transparent; border-left: 6px solid #169ef4; position: absolute; top: 12px; right: -5px; } } } @media (max-width: $screen-xs-max) { .ver-inline-menu { > li { &.active { &:after { display: none; } } } } } /*** Separated List ***/ .list-separated { margin-top: 10px; margin-bottom: 15px; > div { &:last-child { border-right: 0; } } @media (max-width: $screen-xs-max) { /* 767px */ > div { margin-bottom: 20px; } } } /*** Number & Chart Stats ***/ .number-stats { margin: 10px 0; .stat-number { display: inline-block; margin: 0 5px; .title { font-size: 13px; margin-bottom: 3px; color: #b8c3c7; } .number { font-size: 27px; line-height: 27px; color: #7d8c9d; } } .stat-chart { display: inline-block; margin: 0 5px; } > div { border-right: 1px solid #f5f5f5; &:last-child { border-right: 0; } } .stat-left { float: right; .stat-number { float: right; text-align: right; } .stat-chart { float: right; } } .stat-right { float: left !important; .stat-number { float: left; text-align: left; } .stat-chart { float: left; } } .stat-number { float: left; text-align: left; } .stat-chart { float: left; } } /*** General User Record Listing ***/ .general-item-list { > .item { padding: 10px 0; border-bottom: 1px solid #f1f4f7; &:last-child { border-bottom: 0; } > .item-head { margin-bottom: 5px; @include clearfix(); > .item-details { display: inline-block; float: left; > .item-pic { height: 35px; margin-right: 10px; @include border-radius(100%); } > .item-name { display: inline-block; margin-right: 10px; } > .item-label { color: #c0c9cc; } } > .item-status { color: #c0c9cc; top: 10px; position: relative; display: inline-block; float: right; > .badge { margin-top: -2px; } } } > .item-body { color: darken(#c0c9cc, 15%); } } } /*** File dropzone ***/ .file-drop-zone { border: 2px dashed #dddddd; padding: 30px; text-align: center; &.file-drop-zone-over { border-color: #aaaaaa; } }
[-] _overlay.scss
[edit]
[-] _popovers.scss
[edit]
[-] _tabs.scss
[edit]
[-] _labels.scss
[edit]
[-] _utils.scss
[edit]
[-] _mixins.scss
[edit]
[-] _modal.scss
[edit]
[-] _other.scss
[edit]
[-] _headings.scss
[edit]
[-] _md-base.scss
[edit]
[-] _inputs.scss
[edit]
[+]
..
[-] _md-radios.scss
[edit]
[-] _buttons.scss
[edit]
[-] _list-groups.scss
[edit]
[-] _table.scss
[edit]
[-] _md-checkboxes.scss
[edit]
[-] _social-icons.scss
[edit]
[-] _icon-buttons.scss
[edit]
[-] _md.scss
[edit]
[-] _portlets.scss
[edit]
[-] _progress-bars.scss
[edit]
[-] _close.scss
[edit]
[-] _input-icons.scss
[edit]
[-] _md-inputs.scss
[edit]
[-] _typography.scss
[edit]
[-] _dropdowns.scss
[edit]
[-] _badges.scss
[edit]
[-] _panels.scss
[edit]
[-] _notes.scss
[edit]
[-] _form-layouts.scss
[edit]
[-] _colors.scss
[edit]
[-] _font-icons.scss
[edit]
[-] _loaders.scss
[edit]
[-] _grid.scss
[edit]
[-] _card.scss
[edit]
[-] _widget.scss
[edit]
[-] _sidebar.scss
[edit]
[-] _reset-general.scss
[edit]