Skip to content

Commit 7766b3d

Browse files
committed
improvment
1 parent 1ef63fb commit 7766b3d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

dist/it-framework.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/sass/components/_button.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
text-decoration: none;
1616
@include prefix(transform, scale(1));
1717
@include transition($button_transition);
18+
outline: none;
1819

1920
.fa,
2021
.far,

src/sass/components/_messagebox.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,8 @@
6060

6161
&-title {
6262
@extend .it-title;
63-
background: #f4f4f4;
63+
background: #fff;
6464
margin: 0 0 5px;
65-
padding: 13px 0 ;
66-
font-family: Aller-Bold;
6765
text-align: center;
6866
@include prefix(border-radius, 0 0 0 0);
6967
@include prefix(box-shadow, none);

0 commit comments

Comments
 (0)