mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
utilities 单独拿出来
This commit is contained in:
parent
b332b6f2a0
commit
2b30471488
@ -1,81 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="zh">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>amis - 低代码前端框架</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link type="image/x-icon" rel="shortcut icon" href="./static/favicon.png" />
|
||||
<meta
|
||||
name="viewport"
|
||||
content="width=device-width, initial-scale=1, maximum-scale=1"
|
||||
/>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
||||
<link rel="stylesheet" href="./static/iconfont.css" />
|
||||
<link rel="stylesheet" href="font-awesome/css/font-awesome.css" />
|
||||
<link rel="stylesheet" href="bootstrap/dist/css/bootstrap.css" />
|
||||
<link rel="stylesheet" href="animate.css/animate.css" />
|
||||
<link rel="stylesheet" href="prismjs/themes/prism.css" />
|
||||
<!--DEPENDENCIES_INJECT_PLACEHOLDER-->
|
||||
<link rel="stylesheet" href="./doc.css" />
|
||||
<link rel="stylesheet" title="default" href="../scss/themes/default.scss" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
title="default"
|
||||
href="../scss/themes/default-utilities.scss"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
title="cxd"
|
||||
disabled
|
||||
href="../scss/themes/cxd.scss"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
title="cxd"
|
||||
disabled
|
||||
href="../scss/themes/cxd-utilities.scss"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
title="dark"
|
||||
disabled
|
||||
href="../scss/themes/dark.scss"
|
||||
/>
|
||||
<link
|
||||
rel="stylesheet"
|
||||
title="dark"
|
||||
disabled
|
||||
href="../scss/themes/dark-utilities.scss"
|
||||
/>
|
||||
<link rel="stylesheet" href="./style.scss" />
|
||||
<style>
|
||||
.app-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="root" class="app-wrapper"></div>
|
||||
<script src="./mod.js"></script>
|
||||
<script type="text/javascript">
|
||||
var _hmt = _hmt || [];
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>amis - 低代码前端框架</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link type="image/x-icon" rel="shortcut icon" href="./static/favicon.png" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
||||
<link rel="stylesheet" href="./static/iconfont.css" />
|
||||
<link rel="stylesheet" href="font-awesome/css/font-awesome.css" />
|
||||
<link rel="stylesheet" href="bootstrap/dist/css/bootstrap.css" />
|
||||
<link rel="stylesheet" href="animate.css/animate.css" />
|
||||
<link rel="stylesheet" href="prismjs/themes/prism.css" />
|
||||
<!--DEPENDENCIES_INJECT_PLACEHOLDER-->
|
||||
<link rel="stylesheet" href="./doc.css" />
|
||||
<link rel="stylesheet" title="default" href="../scss/themes/default.scss" />
|
||||
<link rel="stylesheet" title="cxd" disabled href="../scss/themes/cxd.scss" />
|
||||
<link rel="stylesheet" title="dark" disabled href="../scss/themes/dark.scss" />
|
||||
|
||||
// 百度统计
|
||||
(function () {
|
||||
var hm = document.createElement('script');
|
||||
hm.src = 'https://hm.baidu.com/hm.js?1f80f2c9dbe21dc3af239cf9eee90f1f';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
<link rel="stylesheet" href="../scss/utilities.scss" />
|
||||
<link rel="stylesheet" href="./style.scss" />
|
||||
<style>
|
||||
.app-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
/* @require ./index.jsx 标记为同步依赖,提前加载 */
|
||||
amis.require(['./index.jsx'], function (app) {
|
||||
var initialState = {};
|
||||
app.bootstrap(document.getElementById('root'), initialState);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
<body>
|
||||
<div id="root" class="app-wrapper"></div>
|
||||
<script src="./mod.js"></script>
|
||||
<script type="text/javascript">
|
||||
var _hmt = _hmt || [];
|
||||
|
||||
// 百度统计
|
||||
(function () {
|
||||
var hm = document.createElement('script');
|
||||
hm.src = 'https://hm.baidu.com/hm.js?1f80f2c9dbe21dc3af239cf9eee90f1f';
|
||||
var s = document.getElementsByTagName('script')[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
|
||||
/* @require ./index.jsx 标记为同步依赖,提前加载 */
|
||||
amis.require(['./index.jsx'], function (app) {
|
||||
var initialState = {};
|
||||
app.bootstrap(document.getElementById('root'), initialState);
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
1631
scss/_utilities.scss
1631
scss/_utilities.scss
File diff suppressed because it is too large
Load Diff
@ -1,4 +0,0 @@
|
||||
@import './cxd-variables';
|
||||
|
||||
@import '../mixins';
|
||||
@import '../utilities';
|
@ -1,4 +0,0 @@
|
||||
@import './dark-variables';
|
||||
|
||||
@import '../mixins';
|
||||
@import '../utilities';
|
@ -1,4 +0,0 @@
|
||||
@import './default-variables';
|
||||
|
||||
@import '../mixins';
|
||||
@import '../utilities';
|
67
scss/utilities.scss
Normal file
67
scss/utilities.scss
Normal file
@ -0,0 +1,67 @@
|
||||
@import './variables';
|
||||
@import './mixins';
|
||||
|
||||
// background
|
||||
@import './utilities/background/background-color';
|
||||
|
||||
@import './utilities/border/border-color';
|
||||
@import './utilities/border/border-radius';
|
||||
@import './utilities/border/border-width';
|
||||
@import './utilities/border/border-style';
|
||||
|
||||
@import './utilities/layout/box-sizing';
|
||||
@import './utilities/layout/clear';
|
||||
@import './utilities/layout/display';
|
||||
@import './utilities/layout/float';
|
||||
@import './utilities/layout/overflow';
|
||||
@import './utilities/layout/position';
|
||||
@import './utilities/layout/top-right-bottom-left';
|
||||
@import './utilities/layout/visibility';
|
||||
@import './utilities/layout/z-index';
|
||||
|
||||
@import './utilities/flex/direction';
|
||||
@import './utilities/flex/flex';
|
||||
@import './utilities/flex/grow';
|
||||
@import './utilities/flex/order';
|
||||
@import './utilities/flex/shrink';
|
||||
@import './utilities/flex/wrap';
|
||||
|
||||
@import './utilities/grid/auto-columns';
|
||||
@import './utilities/grid/auto-flow';
|
||||
@import './utilities/grid/auto-rows';
|
||||
@import './utilities/grid/column-start-end';
|
||||
@import './utilities/grid/columns';
|
||||
@import './utilities/grid/gap';
|
||||
@import './utilities/grid/row-start-end';
|
||||
@import './utilities/grid/rows';
|
||||
|
||||
@import './utilities/box-alignment/align-content';
|
||||
@import './utilities/box-alignment/align-items';
|
||||
@import './utilities/box-alignment/align-self';
|
||||
@import './utilities/box-alignment/justify-content';
|
||||
@import './utilities/box-alignment/justify-items';
|
||||
@import './utilities/box-alignment/justify-self';
|
||||
@import './utilities/box-alignment/place-content';
|
||||
@import './utilities/box-alignment/place-items';
|
||||
@import './utilities/box-alignment/place-self';
|
||||
|
||||
@import './utilities/effect/box-shadow';
|
||||
|
||||
@import './utilities/spacing/margin';
|
||||
@import './utilities/spacing/padding';
|
||||
@import './utilities/spacing/space-between';
|
||||
|
||||
@import './utilities/sizing/width';
|
||||
@import './utilities/sizing/height';
|
||||
|
||||
@import './utilities/typography/font-size';
|
||||
@import './utilities/typography/font-style';
|
||||
@import './utilities/typography/font-weight';
|
||||
@import './utilities/typography/line-height';
|
||||
@import './utilities/typography/list-style-type';
|
||||
@import './utilities/typography/text-align';
|
||||
@import './utilities/typography/text-color';
|
||||
@import './utilities/typography/text-decoration';
|
||||
@import './utilities/typography/text-transform';
|
||||
@import './utilities/typography/whitespace';
|
||||
@import './utilities/typography/word-break';
|
@ -40,44 +40,3 @@
|
||||
@include bg-colors('.' + selector-escape('hover:'), ':hover');
|
||||
@include bg-colors('.' + selector-escape('active:'), '.is-active');
|
||||
@include bg-colors('.group:hover .' + selector-escape('group-hover:'));
|
||||
|
||||
// 这是原来的,看来是有些 breakchange
|
||||
// .bg-light {
|
||||
// @include color-variant($light, 2%, 3%, 3%, 5%);
|
||||
// color: $text-color;
|
||||
// }
|
||||
// .bg-dark {
|
||||
// @include color-variant($dark, 5%, 10%, 5%, 10%);
|
||||
// @include font-variant($dark);
|
||||
// }
|
||||
// .bg-black {
|
||||
// @include color-variant($black, 5%, 10%, 5%, 10%);
|
||||
// @include font-variant($black);
|
||||
// }
|
||||
// .bg-primary {
|
||||
// @include color-variant($primary, 5%, 10%, 5%, 10%);
|
||||
// @include font-variant($primary);
|
||||
// }
|
||||
// .bg-success {
|
||||
// @include color-variant($success, 5%, 10%, 5%, 10%);
|
||||
// @include font-variant($success);
|
||||
// }
|
||||
// .bg-info {
|
||||
// @include color-variant($info, 5%, 10%, 5%, 10%);
|
||||
// @include font-variant($info);
|
||||
// }
|
||||
// .bg-warning {
|
||||
// @include color-variant($warning, 5%, 10%, 5%, 10%);
|
||||
// @include font-variant($warning);
|
||||
// }
|
||||
// .bg-danger {
|
||||
// @include color-variant($danger, 5%, 10%, 5%, 10%);
|
||||
// @include font-variant($danger);
|
||||
// }
|
||||
// .bg-white {
|
||||
// @include color-variant($white, 5%, 10%, 5%, 10%);
|
||||
// color: $text-color;
|
||||
// }
|
||||
// .bg-none {
|
||||
// background: none !important;
|
||||
// }
|
||||
|
@ -21,176 +21,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.b {
|
||||
border: 1px solid rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.b-a {
|
||||
border: 1px solid $borderColor;
|
||||
}
|
||||
|
||||
.b-t {
|
||||
border-top: 1px solid $borderColor;
|
||||
}
|
||||
|
||||
.b-t-none {
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.b-r {
|
||||
border-right: 1px solid $borderColor;
|
||||
}
|
||||
|
||||
.b-r-none {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.b-b {
|
||||
border-bottom: 1px solid $borderColor;
|
||||
}
|
||||
|
||||
.b-b-none {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.b-l {
|
||||
border-left: 1px solid $borderColor;
|
||||
}
|
||||
|
||||
.b-l-none {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
.b-light {
|
||||
border-color: $light;
|
||||
}
|
||||
|
||||
.b-dark {
|
||||
border-color: $dark;
|
||||
}
|
||||
|
||||
.b-black {
|
||||
border-color: $dark;
|
||||
}
|
||||
|
||||
.b-primary {
|
||||
border-color: $primary;
|
||||
}
|
||||
|
||||
.b-success {
|
||||
border-color: $success;
|
||||
}
|
||||
|
||||
.b-info {
|
||||
border-color: $info;
|
||||
}
|
||||
|
||||
.b-warning {
|
||||
border-color: $warning;
|
||||
}
|
||||
|
||||
.b-danger {
|
||||
border-color: $danger;
|
||||
}
|
||||
|
||||
.b-white {
|
||||
border-color: #fff;
|
||||
}
|
||||
|
||||
.b-dashed {
|
||||
border-style: dashed !important;
|
||||
}
|
||||
|
||||
.b-l-light {
|
||||
border-left-color: $light;
|
||||
}
|
||||
|
||||
.b-l-dark {
|
||||
border-left-color: $dark;
|
||||
}
|
||||
|
||||
.b-l-black {
|
||||
border-left-color: $dark;
|
||||
}
|
||||
|
||||
.b-l-primary {
|
||||
border-left-color: $primary;
|
||||
}
|
||||
|
||||
.b-l-success {
|
||||
border-left-color: $success;
|
||||
}
|
||||
|
||||
.b-l-info {
|
||||
border-left-color: $info;
|
||||
}
|
||||
|
||||
.b-l-warning {
|
||||
border-left-color: $warning;
|
||||
}
|
||||
|
||||
.b-l-danger {
|
||||
border-left-color: $danger;
|
||||
}
|
||||
|
||||
.b-l-white {
|
||||
border-left-color: #fff;
|
||||
}
|
||||
|
||||
.b-l-2x {
|
||||
border-left-width: 2px;
|
||||
}
|
||||
|
||||
.b-l-3x {
|
||||
border-left-width: 3px;
|
||||
}
|
||||
|
||||
.b-l-4x {
|
||||
border-left-width: 4px;
|
||||
}
|
||||
|
||||
.b-l-5x {
|
||||
border-left-width: 5px;
|
||||
}
|
||||
|
||||
.b-2x {
|
||||
border-width: 2px;
|
||||
}
|
||||
|
||||
.b-3x {
|
||||
border-width: 3px;
|
||||
}
|
||||
|
||||
.b-4x {
|
||||
border-width: 4px;
|
||||
}
|
||||
|
||||
.b-5x {
|
||||
border-width: 5px;
|
||||
}
|
||||
|
||||
.no-border,
|
||||
.no-borders {
|
||||
border-color: transparent;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.no-b-t {
|
||||
border-top-width: 0;
|
||||
}
|
||||
|
||||
.no-b-r {
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.no-b-b {
|
||||
border-bottom-width: 0;
|
||||
}
|
||||
|
||||
.no-b-l {
|
||||
border-left-width: 0;
|
||||
}
|
||||
|
||||
@include border-widths();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -6,24 +6,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.box-shadow {
|
||||
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.box-shadow-lg {
|
||||
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
|
||||
.text-shadow {
|
||||
font-size: 170px;
|
||||
text-shadow: 0 1px 0 $borderColor, 0 2px 0 lighten($borderColor, 10%),
|
||||
0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.no-shadow {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
@include make-box-shadow();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -7,11 +7,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.no-grow {
|
||||
flex-grow: unset !important;
|
||||
flex-basis: unset !important;
|
||||
}
|
||||
|
||||
@include make-flex-grow();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -16,15 +16,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.clear {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.clearfix {
|
||||
@include clearfix();
|
||||
}
|
||||
|
||||
@include make-clear();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -29,10 +29,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.show {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
@include make-display();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -37,20 +37,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.scroll-x,
|
||||
.scroll-y {
|
||||
overflow: hidden;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.scroll-y {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.scroll-x {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
@include make-overflow();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -13,22 +13,6 @@
|
||||
display: $value;
|
||||
}
|
||||
}
|
||||
|
||||
#{$prefix}pos-rlt {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
#{$prefix}pos-stc {
|
||||
position: static !important;
|
||||
}
|
||||
|
||||
#{$prefix}pos-abt {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#{$prefix}pos-fix {
|
||||
position: fixed;
|
||||
}
|
||||
}
|
||||
|
||||
@include make-position();
|
||||
|
@ -4,12 +4,6 @@
|
||||
}
|
||||
|
||||
#{$prefix}invisible {
|
||||
position: absolute !important;
|
||||
clip: rect(1px 1px 1px 1px);
|
||||
clip: rect(1px, 1px, 1px, 1px);
|
||||
}
|
||||
|
||||
#{$prefix}invisible2 {
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
@ -53,111 +53,3 @@
|
||||
@include make-widths('.' + selector-escape($deivce + ':'));
|
||||
}
|
||||
}
|
||||
|
||||
// .w-1x {
|
||||
// width: 1em;
|
||||
// }
|
||||
|
||||
// .w-2x {
|
||||
// width: 2em;
|
||||
// }
|
||||
|
||||
// .w-3x {
|
||||
// width: 3em;
|
||||
// }
|
||||
|
||||
// .w-xxs {
|
||||
// width: 60px;
|
||||
// }
|
||||
|
||||
// .h-xxs {
|
||||
// height: 60px;
|
||||
// }
|
||||
|
||||
// .w-xs {
|
||||
// width: 90px;
|
||||
// }
|
||||
|
||||
// .h-xs {
|
||||
// height: 90px;
|
||||
// }
|
||||
|
||||
// .w-ssm {
|
||||
// width: 120px;
|
||||
// }
|
||||
|
||||
// .w-sm {
|
||||
// width: 150px;
|
||||
// }
|
||||
|
||||
// .h-sm {
|
||||
// height: 150px;
|
||||
// }
|
||||
|
||||
// .h-ssm {
|
||||
// height: 120px;
|
||||
// }
|
||||
|
||||
// .w {
|
||||
// width: 200px;
|
||||
// }
|
||||
|
||||
// .h {
|
||||
// height: 200px;
|
||||
// }
|
||||
|
||||
// .w-md {
|
||||
// width: 240px;
|
||||
// }
|
||||
|
||||
// .h-md {
|
||||
// height: 240px;
|
||||
// }
|
||||
|
||||
// .w-lg {
|
||||
// width: 280px;
|
||||
// }
|
||||
|
||||
// .h-lg {
|
||||
// height: 280px;
|
||||
// }
|
||||
|
||||
// .w-xl {
|
||||
// width: 320px;
|
||||
// }
|
||||
|
||||
// .h-xl {
|
||||
// height: 320px;
|
||||
// }
|
||||
|
||||
// .w-xxl {
|
||||
// width: 360px;
|
||||
// }
|
||||
|
||||
// .h-xxl {
|
||||
// height: 360px;
|
||||
// }
|
||||
|
||||
// .w-xxxl {
|
||||
// width: 420px;
|
||||
// }
|
||||
|
||||
// .h-xxxl {
|
||||
// height: 420px;
|
||||
// }
|
||||
|
||||
// .w-full {
|
||||
// width: 100%;
|
||||
// }
|
||||
|
||||
// .w-auto {
|
||||
// width: auto;
|
||||
// }
|
||||
|
||||
// .h-auto {
|
||||
// height: auto;
|
||||
// }
|
||||
|
||||
// .h-full {
|
||||
// height: 100%;
|
||||
// }
|
||||
|
@ -243,25 +243,6 @@
|
||||
@include margin-negative-left-spacing($spacing, $prefix, $suffix);
|
||||
}
|
||||
|
||||
.pull-in {
|
||||
margin-left: -15px;
|
||||
margin-right: -15px;
|
||||
}
|
||||
|
||||
.pull-in-md {
|
||||
margin-left: -20px;
|
||||
margin-right: -20px;
|
||||
}
|
||||
|
||||
.pull-in-sm {
|
||||
margin-left: -10px;
|
||||
margin-right: -10px;
|
||||
}
|
||||
|
||||
.pull-out {
|
||||
margin: -10px -15px;
|
||||
}
|
||||
|
||||
@include make-margins();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
@ -272,304 +253,3 @@
|
||||
// @include bg-colors('.' + selector-escape('hover:'), ':hover');
|
||||
// @include bg-colors('.' + selector-escape('active:'), '.is-active');
|
||||
// @include bg-colors('.group:hover .' + selector-escape('group-hover:'));
|
||||
|
||||
// .m-xxs {
|
||||
// margin: 2px 4px;
|
||||
// }
|
||||
|
||||
// .m-xs {
|
||||
// margin: 5px;
|
||||
// }
|
||||
|
||||
// .m-sm {
|
||||
// margin: 10px;
|
||||
// }
|
||||
|
||||
// .m {
|
||||
// margin: 15px;
|
||||
// }
|
||||
|
||||
// .m-md {
|
||||
// margin: 20px;
|
||||
// }
|
||||
|
||||
// .m-lg {
|
||||
// margin: 30px;
|
||||
// }
|
||||
|
||||
// .m-xl {
|
||||
// margin: 50px;
|
||||
// }
|
||||
|
||||
// .m-n,
|
||||
// .m-none {
|
||||
// margin: 0 !important;
|
||||
// }
|
||||
|
||||
// .m-l-none {
|
||||
// margin-left: 0 !important;
|
||||
// }
|
||||
|
||||
// .m-l-xs {
|
||||
// margin-left: 5px;
|
||||
// }
|
||||
|
||||
// .m-l-sm {
|
||||
// margin-left: 10px;
|
||||
// }
|
||||
|
||||
// .m-l {
|
||||
// margin-left: 15px;
|
||||
// }
|
||||
|
||||
// .m-l-md {
|
||||
// margin-left: 20px;
|
||||
// }
|
||||
|
||||
// .m-l-lg {
|
||||
// margin-left: 30px;
|
||||
// }
|
||||
|
||||
// .m-l-xl {
|
||||
// margin-left: 40px;
|
||||
// }
|
||||
|
||||
// .m-l-xxl {
|
||||
// margin-left: 50px;
|
||||
// }
|
||||
|
||||
// .m-l-n-xxs {
|
||||
// margin-left: -1px;
|
||||
// }
|
||||
|
||||
// .m-l-n-xs {
|
||||
// margin-left: -5px;
|
||||
// }
|
||||
|
||||
// .m-l-n-sm {
|
||||
// margin-left: -10px;
|
||||
// }
|
||||
|
||||
// .m-l-n {
|
||||
// margin-left: -15px;
|
||||
// }
|
||||
|
||||
// .m-l-n-md {
|
||||
// margin-left: -20px;
|
||||
// }
|
||||
|
||||
// .m-l-n-lg {
|
||||
// margin-left: -30px;
|
||||
// }
|
||||
|
||||
// .m-l-n-xl {
|
||||
// margin-left: -40px;
|
||||
// }
|
||||
|
||||
// .m-l-n-xxl {
|
||||
// margin-left: -50px;
|
||||
// }
|
||||
|
||||
// .m-t-none {
|
||||
// margin-top: 0 !important;
|
||||
// }
|
||||
|
||||
// .m-t-xxs {
|
||||
// margin-top: 1px;
|
||||
// }
|
||||
|
||||
// .m-t-xs {
|
||||
// margin-top: 5px;
|
||||
// }
|
||||
|
||||
// .m-t-sm {
|
||||
// margin-top: 10px;
|
||||
// }
|
||||
|
||||
// .m-t {
|
||||
// margin-top: 15px;
|
||||
// }
|
||||
|
||||
// .m-t-md {
|
||||
// margin-top: 20px;
|
||||
// }
|
||||
|
||||
// .m-t-lg {
|
||||
// margin-top: 30px;
|
||||
// }
|
||||
|
||||
// .m-t-xl {
|
||||
// margin-top: 40px;
|
||||
// }
|
||||
|
||||
// .m-t-xxl {
|
||||
// margin-top: 50px;
|
||||
// }
|
||||
|
||||
// .m-t-n-xxs {
|
||||
// margin-top: -1px;
|
||||
// }
|
||||
|
||||
// .m-t-n-xs {
|
||||
// margin-top: -5px;
|
||||
// }
|
||||
|
||||
// .m-t-n-sm {
|
||||
// margin-top: -10px;
|
||||
// }
|
||||
|
||||
// .m-t-n {
|
||||
// margin-top: -15px;
|
||||
// }
|
||||
|
||||
// .m-t-n-md {
|
||||
// margin-top: -20px;
|
||||
// }
|
||||
|
||||
// .m-t-n-lg {
|
||||
// margin-top: -30px;
|
||||
// }
|
||||
|
||||
// .m-t-n-xl {
|
||||
// margin-top: -40px;
|
||||
// }
|
||||
|
||||
// .m-t-n-xxl {
|
||||
// margin-top: -50px;
|
||||
// }
|
||||
|
||||
// .m-r-none {
|
||||
// margin-right: 0 !important;
|
||||
// }
|
||||
|
||||
// .m-r-xxs {
|
||||
// margin-right: 1px;
|
||||
// }
|
||||
|
||||
// .m-r-xs {
|
||||
// margin-right: 5px;
|
||||
// }
|
||||
|
||||
// .m-r-sm {
|
||||
// margin-right: 10px;
|
||||
// }
|
||||
|
||||
// .m-r {
|
||||
// margin-right: 15px;
|
||||
// }
|
||||
|
||||
// .m-r-md {
|
||||
// margin-right: 20px;
|
||||
// }
|
||||
|
||||
// .m-r-lg {
|
||||
// margin-right: 30px;
|
||||
// }
|
||||
|
||||
// .m-r-xl {
|
||||
// margin-right: 40px;
|
||||
// }
|
||||
|
||||
// .m-r-xxl {
|
||||
// margin-right: 50px;
|
||||
// }
|
||||
|
||||
// .m-r-n-xxs {
|
||||
// margin-right: -1px;
|
||||
// }
|
||||
|
||||
// .m-r-n-xs {
|
||||
// margin-right: -5px;
|
||||
// }
|
||||
|
||||
// .m-r-n-sm {
|
||||
// margin-right: -10px;
|
||||
// }
|
||||
|
||||
// .m-r-n {
|
||||
// margin-right: -15px;
|
||||
// }
|
||||
|
||||
// .m-r-n-md {
|
||||
// margin-right: -20px;
|
||||
// }
|
||||
|
||||
// .m-r-n-lg {
|
||||
// margin-right: -30px;
|
||||
// }
|
||||
|
||||
// .m-r-n-xl {
|
||||
// margin-right: -40px;
|
||||
// }
|
||||
|
||||
// .m-r-n-xxl {
|
||||
// margin-right: -50px;
|
||||
// }
|
||||
|
||||
// .m-b-none {
|
||||
// margin-bottom: 0 !important;
|
||||
// }
|
||||
|
||||
// .m-b-xxs {
|
||||
// margin-bottom: 1px;
|
||||
// }
|
||||
|
||||
// .m-b-xs {
|
||||
// margin-bottom: 5px;
|
||||
// }
|
||||
|
||||
// .m-b-sm {
|
||||
// margin-bottom: 10px;
|
||||
// }
|
||||
|
||||
// .m-b {
|
||||
// margin-bottom: 15px;
|
||||
// }
|
||||
|
||||
// .m-b-md {
|
||||
// margin-bottom: 20px;
|
||||
// }
|
||||
|
||||
// .m-b-lg {
|
||||
// margin-bottom: 30px;
|
||||
// }
|
||||
|
||||
// .m-b-xl {
|
||||
// margin-bottom: 40px;
|
||||
// }
|
||||
|
||||
// .m-b-xxl {
|
||||
// margin-bottom: 50px;
|
||||
// }
|
||||
|
||||
// .m-b-n-xxs {
|
||||
// margin-bottom: -1px;
|
||||
// }
|
||||
|
||||
// .m-b-n-xs {
|
||||
// margin-bottom: -5px;
|
||||
// }
|
||||
|
||||
// .m-b-n-sm {
|
||||
// margin-bottom: -10px;
|
||||
// }
|
||||
|
||||
// .m-b-n {
|
||||
// margin-bottom: -15px;
|
||||
// }
|
||||
|
||||
// .m-b-n-md {
|
||||
// margin-bottom: -20px;
|
||||
// }
|
||||
|
||||
// .m-b-n-lg {
|
||||
// margin-bottom: -30px;
|
||||
// }
|
||||
|
||||
// .m-b-n-xl {
|
||||
// margin-bottom: -40px;
|
||||
// }
|
||||
|
||||
// .m-b-n-xxl {
|
||||
// margin-bottom: -50px;
|
||||
// }
|
||||
|
@ -110,74 +110,6 @@
|
||||
@include padding-left-spacing($spacing, $prefix, $suffix);
|
||||
}
|
||||
|
||||
.wrapper-xs {
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.wrapper-sm {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.wrapper-md {
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.wrapper-lg {
|
||||
padding: 30px;
|
||||
}
|
||||
|
||||
.wrapper-xl {
|
||||
padding: 50px;
|
||||
}
|
||||
|
||||
.padder-lg {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
.padder-md {
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.padder {
|
||||
padding-left: 15px;
|
||||
padding-right: 15px;
|
||||
}
|
||||
|
||||
.padder-v-xs {
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.padder-v-sm {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.padder-v {
|
||||
padding-top: 15px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.padder-v-md {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
|
||||
.padder-v-lg {
|
||||
padding-top: 30px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
.no-padder {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
@include make-padding();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
@ -187,181 +119,3 @@
|
||||
// @include bg-colors('.' + selector-escape('hover:'), ':hover');
|
||||
// @include bg-colors('.' + selector-escape('active:'), '.is-active');
|
||||
// @include bg-colors('.group:hover .' + selector-escape('group-hover:'));
|
||||
|
||||
// 以下是原来的
|
||||
// .p-xxs {
|
||||
// padding: 2px 4px;
|
||||
// }
|
||||
|
||||
// .p-xs {
|
||||
// padding: 5px;
|
||||
// }
|
||||
|
||||
// .p-sm {
|
||||
// padding: 10px;
|
||||
// }
|
||||
|
||||
// .p {
|
||||
// padding: 15px;
|
||||
// }
|
||||
|
||||
// .p-md {
|
||||
// padding: 20px;
|
||||
// }
|
||||
|
||||
// .p-lg {
|
||||
// padding: 30px;
|
||||
// }
|
||||
|
||||
// .p-xl {
|
||||
// padding: 50px;
|
||||
// }
|
||||
|
||||
// .p-n,
|
||||
// .p-none {
|
||||
// padding: 0 !important;
|
||||
// }
|
||||
|
||||
// .p-l-none {
|
||||
// padding-left: 0 !important;
|
||||
// }
|
||||
|
||||
// .p-l-xs {
|
||||
// padding-left: 5px;
|
||||
// }
|
||||
|
||||
// .p-l-sm {
|
||||
// padding-left: 10px;
|
||||
// }
|
||||
|
||||
// .p-l {
|
||||
// padding-left: 15px;
|
||||
// }
|
||||
|
||||
// .p-l-md {
|
||||
// padding-left: 20px;
|
||||
// }
|
||||
|
||||
// .p-l-lg {
|
||||
// padding-left: 30px;
|
||||
// }
|
||||
|
||||
// .p-l-xl {
|
||||
// padding-left: 40px;
|
||||
// }
|
||||
|
||||
// .p-l-xxl {
|
||||
// padding-left: 50px;
|
||||
// }
|
||||
|
||||
// .p-t-none {
|
||||
// padding-top: 0 !important;
|
||||
// }
|
||||
|
||||
// .p-t-xxs {
|
||||
// padding-top: 1px;
|
||||
// }
|
||||
|
||||
// .p-t-xs {
|
||||
// padding-top: 5px;
|
||||
// }
|
||||
|
||||
// .p-t-sm {
|
||||
// padding-top: 10px;
|
||||
// }
|
||||
|
||||
// .p-t {
|
||||
// padding-top: 15px;
|
||||
// }
|
||||
|
||||
// .p-t-md {
|
||||
// padding-top: 20px;
|
||||
// }
|
||||
|
||||
// .p-t-lg {
|
||||
// padding-top: 30px;
|
||||
// }
|
||||
|
||||
// .p-t-xl {
|
||||
// padding-top: 40px;
|
||||
// }
|
||||
|
||||
// .p-t-xxl {
|
||||
// padding-top: 50px;
|
||||
// }
|
||||
|
||||
// .p-t-n-xxs {
|
||||
// padding-top: -1px;
|
||||
// }
|
||||
|
||||
// .p-r-none {
|
||||
// padding-right: 0 !important;
|
||||
// }
|
||||
|
||||
// .p-r-xxs {
|
||||
// padding-right: 1px;
|
||||
// }
|
||||
|
||||
// .p-r-xs {
|
||||
// padding-right: 5px;
|
||||
// }
|
||||
|
||||
// .p-r-sm {
|
||||
// padding-right: 10px;
|
||||
// }
|
||||
|
||||
// .p-r {
|
||||
// padding-right: 15px;
|
||||
// }
|
||||
|
||||
// .p-r-md {
|
||||
// padding-right: 20px;
|
||||
// }
|
||||
|
||||
// .p-r-lg {
|
||||
// padding-right: 30px;
|
||||
// }
|
||||
|
||||
// .p-r-xl {
|
||||
// padding-right: 40px;
|
||||
// }
|
||||
|
||||
// .p-r-xxl {
|
||||
// padding-right: 50px;
|
||||
// }
|
||||
|
||||
// .p-b-none {
|
||||
// padding-bottom: 0 !important;
|
||||
// }
|
||||
|
||||
// .p-b-xxs {
|
||||
// padding-bottom: 1px;
|
||||
// }
|
||||
|
||||
// .p-b-xs {
|
||||
// padding-bottom: 5px;
|
||||
// }
|
||||
|
||||
// .p-b-sm {
|
||||
// padding-bottom: 10px;
|
||||
// }
|
||||
|
||||
// .p-b {
|
||||
// padding-bottom: 15px;
|
||||
// }
|
||||
|
||||
// .p-b-md {
|
||||
// padding-bottom: 20px;
|
||||
// }
|
||||
|
||||
// .p-b-lg {
|
||||
// padding-bottom: 30px;
|
||||
// }
|
||||
|
||||
// .p-b-xl {
|
||||
// padding-bottom: 40px;
|
||||
// }
|
||||
|
||||
// .p-b-xxl {
|
||||
// padding-bottom: 50px;
|
||||
// }
|
||||
|
@ -16,18 +16,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.l-s-1x {
|
||||
letter-spacing: 1;
|
||||
}
|
||||
|
||||
.l-s-2x {
|
||||
letter-spacing: 2;
|
||||
}
|
||||
|
||||
.l-s-3x {
|
||||
letter-spacing: 3;
|
||||
}
|
||||
|
||||
@include make-letter-spacing();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -24,22 +24,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.l-h {
|
||||
line-height: $lineHeightBase;
|
||||
}
|
||||
|
||||
.l-h-0x {
|
||||
line-height: 0;
|
||||
}
|
||||
|
||||
.l-h-1x {
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
||||
.l-h-2x {
|
||||
line-height: 2em;
|
||||
}
|
||||
|
||||
@include make-line-height();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -9,18 +9,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
// .text-left {
|
||||
// text-align: left;
|
||||
// }
|
||||
|
||||
// .text-center {
|
||||
// text-align: center;
|
||||
// }
|
||||
|
||||
// .text-right {
|
||||
// text-align: right;
|
||||
// }
|
||||
|
||||
@include make-text-align();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -42,13 +42,3 @@
|
||||
@include text-colors('.' + selector-escape('hover:'), ':hover');
|
||||
@include text-colors('.' + selector-escape('active:'), '.is-active');
|
||||
@include text-colors('.group:hover .' + selector-escape('group-hover:'));
|
||||
// text colors
|
||||
|
||||
// @include text-wariant($primary, primary);
|
||||
// @include text-wariant($info, info);
|
||||
// @include text-wariant($success, success);
|
||||
// @include text-wariant($warning, warning);
|
||||
// @include text-wariant($danger, danger);
|
||||
// @include text-wariant($dark, dark);
|
||||
// @include text-wariant($white, white);
|
||||
// @include text-wariant($black, black);
|
||||
|
@ -10,14 +10,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.text-l-t {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.text-u-l {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@include make-text-decoration();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -14,13 +14,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.text-ellipsis {
|
||||
display: block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
@include make-text-overflow();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -14,10 +14,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.text-u-c {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
@include make-text-transform();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -16,21 +16,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.v-top {
|
||||
vertical-align: top !important;
|
||||
align-self: flex-start;
|
||||
}
|
||||
|
||||
.v-middle {
|
||||
vertical-align: middle !important;
|
||||
align-self: center;
|
||||
}
|
||||
|
||||
.v-bottom {
|
||||
vertical-align: bottom !important;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
@include make-vertical-align();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -15,11 +15,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.nowrap {
|
||||
white-space: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
@include make-whitespace();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -11,12 +11,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.word-break {
|
||||
white-space: normal;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
@include make-word-break();
|
||||
@each $deivce in map-keys($devices) {
|
||||
@include media-device($deivce) {
|
||||
|
@ -1,70 +0,0 @@
|
||||
.avatar {
|
||||
position: relative;
|
||||
display: block;
|
||||
border-radius: 500px;
|
||||
white-space: nowrap;
|
||||
|
||||
& img {
|
||||
border-radius: 500px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
& i {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
margin: 2px;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-radius: 100%;
|
||||
|
||||
&.right {
|
||||
left: auto;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
&.bottom {
|
||||
left: auto;
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
&.left {
|
||||
top: auto;
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
&.on {
|
||||
background-color: $success;
|
||||
}
|
||||
|
||||
&.off {
|
||||
background-color: $text--muted-color;
|
||||
}
|
||||
|
||||
&.busy {
|
||||
background-color: $danger;
|
||||
}
|
||||
|
||||
&.away {
|
||||
background-color: $warning;
|
||||
}
|
||||
}
|
||||
|
||||
&.thumb-md i {
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
&.thumb-sm i {
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
&.thumb-xs i {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
.hbox {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
border-spacing: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
& > .col {
|
||||
display: table-cell;
|
||||
vertical-align: top;
|
||||
height: 100%;
|
||||
float: none;
|
||||
}
|
||||
}
|
@ -1,62 +0,0 @@
|
||||
//
|
||||
// Labels
|
||||
// --------------------------------------------------
|
||||
|
||||
.label {
|
||||
display: inline;
|
||||
padding: 0.2em 0.6em 0.3em;
|
||||
font-size: 75%;
|
||||
font-weight: 700;
|
||||
line-height: 1;
|
||||
color: $label-color;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
vertical-align: baseline;
|
||||
border-radius: 0.25em;
|
||||
|
||||
// Empty labels collapse automatically (not available in IE8)
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Quick fix for labels in buttons
|
||||
.btn & {
|
||||
position: relative;
|
||||
top: -1px;
|
||||
}
|
||||
}
|
||||
a.label {
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: $label-link--hover-color;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
// Colors
|
||||
// Contextual variations (linked labels get darker on :hover)
|
||||
|
||||
.label-default {
|
||||
@include label-variant($label--default-bg);
|
||||
}
|
||||
|
||||
.label-primary {
|
||||
@include label-variant($label--primary-bg);
|
||||
}
|
||||
|
||||
.label-success {
|
||||
@include label-variant($label--success-bg);
|
||||
}
|
||||
|
||||
.label-info {
|
||||
@include label-variant($label--info-bg);
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
@include label-variant($label--warning-bg);
|
||||
}
|
||||
|
||||
.label-danger {
|
||||
@include label-variant($label--danger-bg);
|
||||
}
|
@ -1,26 +0,0 @@
|
||||
.line {
|
||||
// width: 100%; 不要设置 100%, 否则跟 pull-in 配合使用时候,宽度为不对。
|
||||
height: 2px;
|
||||
margin: 10px 0;
|
||||
font-size: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.line-xs {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.line-lg {
|
||||
margin-top: 15px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
.line-dashed {
|
||||
border-style: dashed !important;
|
||||
background-color: transparent;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
.no-line {
|
||||
border-width: 0;
|
||||
}
|
@ -1,30 +0,0 @@
|
||||
.scrollable {
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
&.hover {
|
||||
&,
|
||||
& > .cell-inner {
|
||||
overflow-y: hidden !important;
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:active {
|
||||
overflow: visible;
|
||||
overflow-y: auto;
|
||||
|
||||
& > .cell-inner {
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.smart & {
|
||||
&,
|
||||
& > .cell-inner {
|
||||
overflow-y: auto !important;
|
||||
}
|
||||
}
|
||||
}
|
@ -1,54 +0,0 @@
|
||||
.thumb-xl {
|
||||
width: 128px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.thumb-lg {
|
||||
width: 96px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.thumb-md {
|
||||
width: 64px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.thumb {
|
||||
width: 50px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.thumb-sm {
|
||||
width: 40px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.thumb-xs {
|
||||
width: 34px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.thumb-xxs {
|
||||
width: 30px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.thumb-wrapper {
|
||||
padding: 2px;
|
||||
border: 1px solid $borderColor;
|
||||
}
|
||||
|
||||
.thumb,
|
||||
.thumb-xxs,
|
||||
.thumb-xs,
|
||||
.thumb-sm,
|
||||
.thumb-md,
|
||||
.thumb-lg,
|
||||
.thumb-btn,
|
||||
.thumb-xl {
|
||||
& img {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
@ -1,38 +0,0 @@
|
||||
.vbox {
|
||||
display: table;
|
||||
border-spacing: 0;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 240px;
|
||||
|
||||
& .row-row {
|
||||
display: table-row;
|
||||
height: 100%;
|
||||
|
||||
& .cell {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
|
||||
.ie & {
|
||||
display: table-cell;
|
||||
overflow: auto;
|
||||
|
||||
& .cell-inner {
|
||||
overflow: visible !important;
|
||||
}
|
||||
}
|
||||
|
||||
& .cell-inner {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user