2016-08-22 14:00:03 +03:00
|
|
|
@import 'mini/variables';
|
2016-08-22 15:29:34 +03:00
|
|
|
@import 'mini/base';
|
2016-08-23 16:32:01 +03:00
|
|
|
@import 'mini/button';
|
|
|
|
// Use button mixins to create buttons with default specs.
|
|
|
|
@include make-btn(btn, 0, 4px, 2px 0, 6px 12px, $btn-default-color, $btn-default-bg-color, lighten, 7.5%, pointer, not-allowed, .65);
|
|
|
|
@include make-btn-style(btn, 'blue', $btn-alt-color, $btn-b-bg-color);
|
|
|
|
@include make-btn-style(btn, 'green', $btn-alt-color, $btn-g-bg-color);
|
|
|
|
@include make-btn-style(btn, 'red', $btn-alt-color, $btn-r-bg-color);
|
|
|
|
@include make-btn-size(btn, lg, 9px 15px, 135%);
|
|
|
|
@include make-btn-size(btn, sm, 4px 8px, 80%);
|
2016-08-23 10:47:16 +03:00
|
|
|
@import 'mini/grid';
|
|
|
|
// Use grid mixin to create grid with default specs.
|
2016-08-23 16:32:01 +03:00
|
|
|
@include make-grid(grid-container, 0, row, col, 12, 12px, xs, sm, md, lg, no, 768px, 1024px, 1280px);
|
2016-08-23 19:02:32 +03:00
|
|
|
@import 'mini/form';
|
|
|
|
// Use form mixin to create form with default specs.
|
2016-08-24 11:14:52 +03:00
|
|
|
@include make-frm(frm, 1px solid #ccc, 4px, 0.2em, 0.3em, #2678b3, #e9322d, not-allowed, .65, darken($body-bg-color,10%), darken($body-bg-color,25%), 1.9em, 0.5em 0 0 0.2em, ctrl-group, 0 0 0.3em 0, inline, aligned,15em);
|
|
|
|
@import 'mini/table';
|
|
|
|
// Use table mixin to create table with default specs.
|
|
|
|
@include make-tbl(tbl, 1px solid #bdbdbd, 0, 0.5em, #d9d9d9, #111, #f5f5f5, #ececec, #111, hor, bor);
|