UNPKG

766 BSCSSView Raw
1@import "../node_modules/tinper-bee-core/scss/index.scss";
2@import "../src/Layout.scss";
3@import "../node_modules/bee-button/src/Button.scss";
4@import "../node_modules/bee-panel/src/Panel.scss";
5
6.grayDeep {
7 background: unquote("rgb(#{$palette-grey-400})");
8 height: 30px;
9 width: 100%;
10 margin-bottom: 10px;
11 line-height: 30px;
12 text-align: center;
13}
14.gray {
15 background: unquote("rgb(#{$palette-grey-300})");
16 height: 30px;
17 width: 100%;
18 margin-bottom: 10px;
19 line-height: 30px;
20 text-align: center;
21}
22.grayLight{
23 background: unquote("rgb(#{$palette-grey-200})");
24 height: 30px;
25 width: 100%;
26 margin-bottom: 10px;
27 color: unquote("rgb(#{$palette-grey-800})");
28 text-align: center;
29 line-height: 30px;
30}