Skip to content

Commit 0a96c8c

Browse files
author
Christopher Talib
authored
Merge pull request #292 from tosdr/201804-cleaning-css-files
cleaned the css files and got rid of stuff we aren't currently using …
2 parents 55f0bb0 + c8d603d commit 0a96c8c

File tree

6 files changed

+1
-120
lines changed

6 files changed

+1
-120
lines changed

app/assets/stylesheets/components/_article.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
border-radius: 3px;
1010
}
1111

12-
.header-holder {
13-
padding-left: 24px;
14-
background-color: #FFFFFF;
15-
}
16-
1712
.article-header {
1813
font-size: 1.75rem;
1914
font-size: 2.5rem;

app/assets/stylesheets/components/_button.scss

Lines changed: 0 additions & 5 deletions
This file was deleted.

app/assets/stylesheets/components/_index.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
@import "article";
77
@import "form";
88
@import "footer";
9-
@import "button";
109
@import "sort_button";
11-
@import "tabs";
1210
@import "service_title";
1311
@import "versions";

app/assets/stylesheets/components/_tabs.scss

Lines changed: 0 additions & 18 deletions
This file was deleted.

app/assets/stylesheets/pages/_index.scss

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// Import page-specific CSS files here.
2-
@import "home";
32
@import "point";
43
@import "service";
54
@import "topic";
@@ -9,35 +8,15 @@
98
body {
109
padding-top: 70px;
1110
}
11+
1212
ul {
1313
padding: 0px;
1414
}
1515

16-
.service-list {
17-
background-color: white;
18-
padding: 10px;
19-
}
20-
21-
.service-item {
22-
display: flex;
23-
justify-content: space-between;
24-
align-content: center;
25-
border-bottom: 0.1em solid lightgrey;
26-
padding: 10px;
27-
}
28-
2916
.service-title {
3017
justify-self: flex-start;
3118
}
3219

33-
.service-url {
34-
font-weight: lighter;
35-
}
36-
37-
.service-rating {
38-
justify-self: flex-end;
39-
}
40-
4120
.fr {
4221
float: right;
4322
}

app/assets/stylesheets/pages/_point.scss

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,7 @@
1-
.point-holder {
2-
padding-left: 20px;
3-
padding-right: 20px;
4-
}
5-
6-
.article-point-header {
7-
padding-top: 10px;
8-
font-weight: bolder;
9-
font-size: larger;
10-
}
11-
12-
.border {
13-
border-style: solid;
14-
border-width: 1px;
15-
}
16-
17-
.smaller-title {
18-
font-size: smaller;
19-
}
20-
21-
.pad-left {
22-
padding-left: 5rem;
23-
}
24-
25-
.pad-right {
26-
padding-right: 5rem;
27-
}
28-
29-
.mw6 {
30-
max-width: 60rem;
31-
}
32-
331
.bgw {
342
background-color: white;
353
}
364

37-
.p15 {
38-
padding: 15px;
39-
}
40-
415
.p30 {
426
padding: 30px;
437
}
@@ -46,38 +10,6 @@
4610
padding-left: 15px;
4711
}
4812

49-
.pl50 {
50-
padding-left: 50px;
51-
}
52-
53-
.m15 {
54-
margin-top: 15px;
55-
margin-bottom: 15px;
56-
}
57-
58-
.mt30 {
59-
margin-top: 30px;
60-
}
61-
62-
.mb30 {
63-
margin-bottom: 30px;
64-
}
65-
66-
.point-info {
67-
padding: 0;
68-
list-style: none;
69-
margin: 0;
70-
font-size: medium;
71-
}
72-
73-
.point-items {
74-
display: flex;
75-
align-items: center;
76-
}
77-
78-
.status-changes {
79-
}
80-
8113
.lighter {
8214
font-weight: light;
8315
letter-spacing: 2px;

0 commit comments

Comments
 (0)