Skip to content

Commit 2c66ff3

Browse files
author
FezVrasta
committed
removed .import extension from styles
1 parent 8f957ff commit 2c66ff3

45 files changed

Lines changed: 64 additions & 60 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
&:hover:not(.btn-link):not(.btn-flat) {
1515
.shadow-z-2-hover();
16-
}
16+
}
1717
&:active:not(.btn-link):not(.btn-flat) {
1818
.shadow-z-3();
1919
}
@@ -22,12 +22,12 @@
2222
background-color: @background-disabled !important;
2323
box-shadow: none;
2424
}
25-
25+
2626
transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
2727
outline: none !important;
2828

2929
.variations(~":not(.btn-link)", background-color, @btn-default);
30-
30+
3131
&.btn-flat {
3232
background: none;
3333
box-shadow: none;
@@ -51,11 +51,11 @@
5151
color: @danger;
5252
}
5353
}
54-
54+
5555
&.btn-raised {
5656
.btn-shadow();
5757
}
58-
58+
5959
&.btn-fab {
6060
margin: 0;
6161
padding: 15px;
@@ -125,4 +125,4 @@
125125
&:active:not(.btn-link) {
126126
.shadow-z-3();
127127
}
128-
}
128+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818

1919
/**************************************************************************/
20-
20+
2121

2222
border-radius: 2px;
2323
color: @card-body-text;
@@ -57,7 +57,7 @@
5757
margin: 0 !important;
5858
position: relative;
5959
bottom: 25px;
60-
width: auto;
60+
width: auto;
6161
&:first-child {
6262
left: -15px;
6363
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@
3535

3636
.modal-backdrop {
3737
display: none;
38-
}
38+
}

0 commit comments

Comments
 (0)