Skip to content

Commit f47556f

Browse files
committed
Fixed style lint
1 parent e0d5f77 commit f47556f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/shared/components/tc-communities/communities/zurich/theme/buttons/_mixin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
margin: 5px;
1818
padding: 5px 23px 3px;
1919
vertical-align: middle;
20-
transition: background-color .3s;
20+
transition: background-color 0.3s;
2121
}
2222

2323
/* Additional styling for a disabled button. */

src/shared/components/tc-communities/communities/zurich/theme/mixins.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
/* Colors */
44

5-
$blue-1: #003399;
6-
$blue-1-75: #4066B3;
7-
$blue-2: #000066;
5+
$blue-1: #039;
6+
$blue-1-75: #4066b3;
7+
$blue-2: #006;

0 commit comments

Comments
 (0)