Skip to content

Commit 3e71d5b

Browse files
author
Paweł Marynowski
committed
style(styles): code lint
1 parent f4f86c5 commit 3e71d5b

1 file changed

Lines changed: 27 additions & 25 deletions

File tree

src/styles/_general.scss

Lines changed: 27 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,79 @@
11
@import 'variables';
22

33
html, body {
4-
width: 100%;
5-
height: 100%;
4+
width: 100%;
5+
height: 100%;
66
}
77

88
body {
9-
color: $darkGrey;
10-
font: 16px Roboto, Arial, sans-serif;
9+
color: $darkGrey;
10+
font: 16px Roboto, Arial, sans-serif;
1111
}
1212

1313
::-webkit-scrollbar {
14-
width: 5px;
15-
background: transparent;
14+
width: 5px;
15+
background: transparent;
1616
}
1717
::-webkit-scrollbar-thumb {
18-
background: rgba(0,0,0,0.2);
18+
background: rgba(0,0,0,0.2);
1919
}
2020

2121
md-content {
22-
margin: 20px;
22+
margin: 20px;
2323
}
2424

2525
.container {
26-
min-height: calc(100vh - 64px);
26+
min-height: calc(100vh - 64px);
2727

28-
ui-view, ui-view > * {
29-
width: 100%;
30-
}
28+
ui-view, ui-view > * {
29+
width: 100%;
30+
}
3131
}
3232

3333
////
3434

3535
.link {
36-
cursor: pointer;
36+
cursor: pointer;
3737
}
3838

3939
a, a.link {
40-
cursor: pointer;
41-
color: #8f0000;
42-
text-decoration: none;
40+
cursor: pointer;
41+
color: #8f0000;
42+
text-decoration: none;
4343
}
4444

4545
.muted {
46-
color: $lightGrey;
46+
color: $lightGrey;
4747
}
4848

4949
.full-width {
50-
width: 100%;
50+
width: 100%;
5151
}
5252

5353
.text-left {
54-
text-align: left;
54+
text-align: left;
5555
}
5656

5757
.text-right {
58-
text-align: right;
58+
text-align: right;
5959
}
6060

6161
.invisible {
62-
width: 0;
63-
height: 0;
64-
opacity: 0;
62+
width: 0;
63+
height: 0;
64+
opacity: 0;
6565
}
6666

6767
strong {
68-
font-weight: 500;
68+
font-weight: 500;
6969
}
7070

7171
////
7272

7373
.toolbar {
74-
padding: 0 5px;
74+
padding: 0 5px;
75+
}
76+
7577
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
7678
z-index: 1000 !important;
7779
}

0 commit comments

Comments
 (0)