1
+ @import 'settings/*'
2
+
1
3
/* calendar map events*/
2
4
#calendar * { -webkit- box-sizing : border-box ; }
3
5
6
8
width : 100% ;
7
9
padding : 5px ;
8
10
position : relative ;
9
- }
10
- .month-table-wrapper {
11
- overflow : auto ;
12
- }
13
-
14
- /* .month-table:before, .month-table:after {
15
- content: "";
16
- border: 10px solid transparent;
17
- position: absolute;
18
- display: block;
19
- }*/
20
-
21
- /* .month-table:before {
22
- border-top-color: rgb(88,20,94);
23
- border-right-color: rgb(88,20,94);
24
- top: 0;
25
- right: 0;
26
- }
27
-
28
- .month-table:after {
29
- border-left-color: rgb(88,20,94);
30
- border-bottom-color: rgb(88,20,94);
31
- bottom: 0;
32
- left: 0;
33
- }*/
34
11
35
- .month-table td {
36
- width : 160px ;
37
- vertical-align : top ;
12
+ & -menuitem {
13
+ font-size : 12px ;
14
+ display : inline-block ;
15
+ border : 0 ;
16
+ font-weight : bold ;
17
+ text-transform : uppercase ;
18
+ margin : 0 10px 10px ;
19
+ background : $mineshaftGray ;
20
+ padding : 7px 15px ;
21
+ color : $galleryGray ;
22
+ position : relative ;
23
+ border-radius : 3px ;
24
+
25
+ & .active {
26
+ background : $schoolbusYellow ;
27
+ color : $mineshaftGray ;
28
+ }
29
+
30
+ & :hover {
31
+ color : $mineshaftGray ;
32
+ background-color : $schoolbusYellow ;
33
+ }
34
+ }
35
+
36
+ & -wrapper {
37
+ overflow : auto ;
38
+ }
39
+
40
+ td {
41
+ width : 160px ;
42
+ vertical-align : top ;
43
+ }
44
+
45
+ .empty {
46
+ background : repeating-linear-gradient (0 , $nobelGray 0 , $nobelGray 1px , transparent 1px , transparent 5px );
47
+ background-size : 1px 5px ;
48
+ }
38
49
}
39
50
40
51
.header td {
41
52
padding : 10px ;
42
- border-bottom : 1px solid # 3 3 3 ;
53
+ border-bottom : 1px solid $mineshaftGray ;
43
54
}
44
55
45
56
.days td {
46
57
padding-top : 2px ;
47
58
height : 100px ;
48
- border-bottom : 1px solid #3 3 3 ;
49
- }
50
-
51
- .days :last-child td {
52
- /* border-bottom: 0;*/
53
- }
54
-
55
- .month-table .empty {
56
- background : repeating-linear-gradient (0 , #B4 B4 B4 0 , #B4 B4 B4 1px , transparent 1px , transparent 5px );
57
- background-size : 1px 5px ;
58
- }
59
-
60
- .month-menuitem {
61
- font-size : 12px ;
62
- display : inline-block ;
63
- border : 0 ;
64
- font-weight : bold ;
65
- text-transform : uppercase ;
66
- margin : 0 10px 10px ;
67
- background : #3 3 3 ;
68
- padding : 7px 15px ;
69
- color : #ea ea ea ;
70
- position : relative ;
71
- border-radius : 3px ;
72
-
73
- }
74
-
75
- .month-menuitem :hover {
76
- color : #3 3 3 ;
77
- background-color : #F7 DA 03 ;
78
- }
79
-
80
- .month-menuitem.active {
81
- background : #F7 DA 03 ;
82
- color : #3 3 3 ;
59
+ border-bottom : 1px solid $mineshaftGray ;
83
60
}
84
61
85
62
a {
86
- color : #3 3 3 ;
87
- }
63
+ color : $mineshaftGray ;
88
64
89
- a :hover {
90
- color : #ED E5 5D ;
65
+ & :hover {
66
+ color : $confettiYellow ;
67
+ }
91
68
}
92
69
93
70
.today .day {
94
- background : # F7 DA 03 ;
95
- color : # 3 3 3 ;
71
+ background : $schoolbusYellow ;
72
+ color : $mineshaftGray ;
96
73
border-radius : 3px ;
97
74
}
98
75
@@ -104,6 +81,15 @@ a:hover {
104
81
overflow : hidden ;
105
82
text-overflow : ellipsis ;
106
83
84
+ a {
85
+ color : $mineshaftGray ;
86
+ border-color : $schoolbusYellow ;
87
+ border-bottom-width : 2px ;
88
+
89
+ & :hover {
90
+ color : $schoolbusYellow ;
91
+ }
92
+ }
107
93
}
108
94
109
95
.day {
@@ -118,21 +104,17 @@ a:hover {
118
104
background : #0 0 0 ;
119
105
margin-left : - 2px ;
120
106
margin-right : - 2px ;
107
+
108
+ a {
109
+ color : $galleryGray ;
110
+ }
121
111
}
122
112
123
- .no-event { color : # B4 B4 B4 ; }
113
+ .no-event { color : $nobelGray ; }
124
114
125
- .event a {
126
- color : #3 3 3 ;
127
- border-color : #F7 DA 03 ;
128
- border-bottom-width : 2px ;
129
- }
130
- .multi-days a {
131
- color : #E E E ;
132
- }
133
- .event a :hover {
134
- color : #F7 DA 03 ;
115
+ .past .event a {
116
+ color : $nobelGray ;
117
+ border-color : $nobelGray ;
135
118
}
136
- .past .event a { color : #B4 B4 B4 ; border-color : #B4 B4 B4 ; }
137
119
138
120
/* Map */
0 commit comments