Skip to content

Commit 73a778f

Browse files
updated dist and core
1 parent bf9070d commit 73a778f

File tree

8 files changed

+12
-18
lines changed

8 files changed

+12
-18
lines changed

dist/punica-dark.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/punica.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Components/Alert/Alert.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
/// SIZES
4949
///
5050
@if ($components-alert-sizes) {
51-
// badge sizes
5251
@each $size-name, $font-size, $padding in $alert-sizes {
5352
@include set-size($font-size, $padding, $size-name);
5453
}

src/Components/Badge/Badge.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
/// SIZES
2929
///
3030
@if ($components-badge-sizes) {
31-
// badge sizes
3231
@each $size-name, $font-size, $padding in $badge-sizes {
3332
@include set-size($font-size, $padding, $size-name);
3433
}

src/Components/Card/Card.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@
6565
///
6666
@if $components-card-media {
6767
&>.#{$card-media} {
68-
flex-wrap: wrap;
6968
display: flex;
69+
flex-wrap: wrap;
7070
img {
7171
display: block;
7272
width: 100%;

src/_global/variables.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
/// TYPOGRAPHY
77
///
88
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap');
9-
$main-font-family : 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
10-
$main-font-weight : 400 !default;
11-
$main-font-size : 13px !default;
12-
$main-line-height : 1.7 !default;
13-
$main-title-weight : 900 !default;
9+
$main-font-family : 'Nunito', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !default;
10+
$main-font-weight : 400 !default;
11+
$main-font-size : 13px !default;
12+
$main-line-height : 1.7 !default;
13+
$main-title-weight : 900 !default;
1414

1515
///
1616
/// MAIN GRID NAMING

src/_themes/_getters.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/// Get Active Theme
77
/// @param {String} $theme
88
///
9-
@mixin get-theme($theme: $active-theme) {
9+
@mixin get-theme($theme: $active-theme) {
1010
$current-theme : map-get($punica-themes, $theme);
1111
$theme-map: $current-theme !global;
1212
@content;

src/_themes/index.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ $punica-themes: (
3434
///////////////////////////////////////////////////////////
3535
/// shadow
3636
'shadow-horizontal' : 0,
37-
'shadow-vertical' : 4px,
38-
'shadow-blur' : 8px,
39-
'shadow-color' : rgba(0, 0, 0, 0.2),
37+
'shadow-vertical' : 1px,
38+
'shadow-blur' : 5px,
39+
'shadow-color' : rgba(0, 0, 0, 0.15),
4040
///////////////////////////////////////////////////////////
4141
// inputs
4242
'input-bg' : white,
@@ -131,10 +131,6 @@ $punica-themes: (
131131
"input-outline-color" : ,
132132
'input-outline-width' : ,
133133
///////////////////////////////////////////////////////////
134-
// card, panel & billboard
135-
'component-bg' : ,
136-
'component-bg-linear' : ,
137-
///////////////////////////////////////////////////////////
138134
// button
139135
'button-secondary-bg' : ,
140136
'button-secondary-bg-hover' :

0 commit comments

Comments
 (0)