This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 1 file changed +27
-10
lines changed 1 file changed +27
-10
lines changed Original file line number Diff line number Diff line change 40
40
display : flex ;
41
41
flex-direction : column ;
42
42
align-items : center ;
43
- border-top : none ;// prevent css from my dashboard to
43
+ border-top : none ;// prevent css from my dashboard to
44
44
border-bottom : none ;// prevent css from my dashboard to override
45
-
46
45
padding : 15px 15px 30px 15px ;
47
46
background-color : $gray-lightest ;
48
47
}
49
48
50
49
.content {
51
-
52
50
section .participated {
53
51
background : white ;
54
52
align-self : center ;
73
71
margin-left : 55px ;
74
72
align-self : flex-start ;
75
73
text-transform : uppercase ;
76
- color : #A3A3AE ;
74
+ color : $accent-gray ;
77
75
a {
78
76
text-decoration : none ;
79
77
90
88
right: 55px;*/
91
89
margin-right : 55px ;
92
90
align-self : flex-end ;
91
+
93
92
button {
94
93
margin-right : 17px ;
95
94
padding : 0 ;
100
99
font-size : 11px ;
101
100
line-height : 16px ;
102
101
text-transform : uppercase ;
103
- color : #A3A3AE ;
102
+ color : $accent-gray ;
104
103
cursor : pointer ;
104
+ transition : none ;
105
+
106
+ & :hover {
107
+ color : $black ;
108
+ transition : none ;
109
+ }
105
110
106
111
& .disabled {
107
112
color : $black ;
124
129
@include background-image-size (12px , 12px );
125
130
}
126
131
127
- & .tile :before {
128
- background : url (/ images/grid-off.svg );
129
- }
130
- & .list :before {
131
- background : url (/ images/list-off.svg );
132
+ & .tile {
133
+ & :before {
134
+ background : url (/ images/grid-off.svg );
135
+ }
136
+
137
+ & :hover :before {
138
+ background : url (/ images/grid-on.svg );
139
+ }
132
140
}
133
141
142
+ & .list {
143
+ & :before {
144
+ background : url (/ images/list-off.svg );
145
+ }
146
+
147
+ & :hover :before {
148
+ background : url (/ images/list-on.svg );
149
+ }
150
+ }
134
151
}
135
152
}
136
153
}
You can’t perform that action at this time.
0 commit comments