Skip to content

Commit 8bec5e5

Browse files
b218
1 parent 0209de8 commit 8bec5e5

4 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/Modules/Components/Label/Label.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
text-decoration: components('label', 'text-decoration');
2121
box-shadow : components('label', 'box-shadow');
2222
border : components('label', 'border');
23+
border-radius : components('label', 'border-radius');
2324
@include set-size(components('label', 'font-size'), components('label', 'padding'));
2425
// .label > i
2526
>i {

src/options.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ $options: (
307307
'border' : set-border(), // default border
308308
'text-decoration': none,
309309
'box-shadow' : none,
310+
'border-radius' : theme('border', 'radius'),
310311
'icon': (
311312
'vertical-align': middle
312313
),
@@ -753,7 +754,7 @@ $options: (
753754
'line-height' : unset,
754755
'padding' : .935rem 1.4rem,
755756
'thickness' : 2px, // tab bar thickness
756-
'border-bottom': 2px, // border-bottom-width of tab button
757+
'border-bottom': 4px, // border-bottom-width of tab button
757758
'styles' : (
758759
(
759760
'success', // style name (class)

src/punica.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
////////////////////////////////////////////////////////////////
1111
///-------------------------------------------------------------
12-
$active-theme: dark;
12+
$active-theme: default;
1313
///-------------------------------------------------------------
1414
////////////////////////////////////////////////////////////////
1515
$theme-name: if(map.has-key(get.$themes, $active-theme),

src/themes.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $themes: (
3737
'color' : #c6c6c6,
3838
'width' : 1px,
3939
'style' : solid,
40-
'radius': 2px,
40+
'radius': .25rem,
4141
),
4242
'shadow': 0 .25em .5em 0 rgba(0, 0, 0, 0.14)
4343
),
@@ -94,9 +94,6 @@ $themes: (
9494
)
9595
)
9696
),
97-
'tabnav': (
98-
'border-bottom': 4px
99-
),
10097
'tooltip': (
10198
'color' : #222226,
10299
'font-weight' : 500,

0 commit comments

Comments
 (0)