Skip to content
This repository was archived by the owner on Sep 10, 2022. It is now read-only.

Commit ef1163d

Browse files
jperssonaddyosmani
authored andcommitted
Remove duplicate declarations
1 parent 5441cdc commit ef1163d

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/styles/core/_card.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
.card {
1919
padding: 16px;
2020
position: relative;
21-
position: relative;
2221
box-sizing: border-box;
2322
background: #fff;
2423
border-radius: 2px;

src/styles/core/_dialog.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,14 @@
6161

6262
.dialog-view__panel-button {
6363
height: 36px;
64-
line-height: 36px;
64+
line-height: 1;
6565
text-transform: uppercase;
6666
color: $secondary;
6767
font-size: 15px;
6868
font-weight: 500;
6969
background: none;
7070
border: none;
7171
padding: 0 8px;
72-
line-height: 1;
7372
}
7473

7574
.dialog-view__panel-title {

0 commit comments

Comments
 (0)