Skip to content

Commit 40336e7

Browse files
committed
feat(tables): Basic Tables
1 parent a6829de commit 40336e7

File tree

3 files changed

+414
-190
lines changed

3 files changed

+414
-190
lines changed

source/_less/vars.less

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -73,28 +73,3 @@
7373
@grid-break-wall: 90em; // ~1440px
7474

7575
@app-nav-width: 15rem;
76-
77-
// ===== Brand =====
78-
@brand-primary: @cyan-900;
79-
@brand-success: @green-700;
80-
@brand-info: @blue-700;
81-
@brand-warning: @yellow-900;
82-
@brand-danger: @red-700;
83-
84-
// ===== States =====
85-
@state-selected-bg: @cyan-50;
86-
@state-success-text: @gray-900;
87-
@state-success-bg: lighten(@brand-success, 30%);
88-
@state-success-border: @state-success-bg;
89-
@state-info-text: @gray-900;
90-
@state-info-bg: #d9edf7;
91-
@state-info-border: @state-info-bg;
92-
@state-warning-text: @gray-900;
93-
@state-warning-bg: @yellow-900;
94-
@state-warning-border: @state-warning-bg;
95-
@state-danger-text: @gray-900;
96-
@state-danger-bg: lighten(@brand-danger, 20%);
97-
@state-danger-border: @state-danger-bg;
98-
99-
// ===== Tables =====
100-
@table-border-color: @gray-300;

0 commit comments

Comments
 (0)