File tree Expand file tree Collapse file tree 2 files changed +52
-50
lines changed Expand file tree Collapse file tree 2 files changed +52
-50
lines changed Original file line number Diff line number Diff line change
1
+ @import " node_modules/bootstrap/less/bootstrap.less" ;
2
+
3
+ .banner {
4
+
5
+ /* dimensions */
6
+ min-height : 70px ;
7
+ margin-top : 20px ;
8
+ border-top-left-radius : 20px ;
9
+ border-top-right-radius : 20px ;
10
+
11
+ /* background */
12
+ background-color : @navbar-default-bg ;
13
+ border-color : @navbar-default-border ;
14
+
15
+ /* content */
16
+ padding : 0.8em 0 0.4em 0.8em ;
17
+ font-size : 20pt ;
18
+ text-align : center ;
19
+ color : @navbar-default-color ;
20
+
21
+ }
22
+
23
+ .latest-news {
24
+
25
+ /* News header */
26
+ h2 {
27
+ margin : 0.8em 0 ;
28
+ }
29
+
30
+ /* date */
31
+ h4 {
32
+ font-size : 14px ;
33
+ margin : 0 ;
34
+ color : grey ;
35
+ }
36
+
37
+ /* title */
38
+ h3 {
39
+ font-size : 20px ;
40
+ margin : 0.2em 0 0.4em 0 ;
41
+ }
42
+
43
+ .excerpts {
44
+ /* nothing yet */
45
+ }
46
+
47
+ .footer {
48
+ text-align : right ;
49
+ }
50
+
51
+ }
Original file line number Diff line number Diff line change 1
1
@import " node_modules/bootstrap/less/bootstrap.less" ;
2
-
3
- .banner {
4
-
5
- /* dimensions */
6
- min-height : 70px ;
7
- margin-top : 20px ;
8
- border-top-left-radius : 20px ;
9
- border-top-right-radius : 20px ;
10
-
11
- /* background */
12
- background-color : @navbar-default-bg ;
13
- border-color : @navbar-default-border ;
14
-
15
- /* content */
16
- padding : 0.8em 0 0.4em 0.8em ;
17
- font-size : 20pt ;
18
- text-align : center ;
19
- color : @navbar-default-color ;
20
-
21
- }
22
-
23
- .latest-news {
24
-
25
- /* News header */
26
- h2 {
27
- margin : 0.8em 0 ;
28
- }
29
-
30
- /* date */
31
- h4 {
32
- font-size : 14px ;
33
- margin : 0 ;
34
- color : grey ;
35
- }
36
-
37
- /* title */
38
- h3 {
39
- font-size : 20px ;
40
- margin : 0.2em 0 0.4em 0 ;
41
- }
42
-
43
- .excerpts {
44
- /* nothing yet */
45
- }
46
-
47
- .footer {
48
- text-align : right ;
49
- }
50
-
51
- }
2
+ @import " src/css/custom.less" ;
You can’t perform that action at this time.
0 commit comments