
Globalheader: Change separator style on global header
- change opacity to 35%
@802ec6e2dc5d07d75cc6a74e4ed685579cd5cba4
--- app/assets/stylesheets/less/_page.less
+++ app/assets/stylesheets/less/_page.less
... | ... | @@ -92,20 +92,22 @@ |
92 | 92 |
margin-left:15px; |
93 | 93 |
list-style: none; |
94 | 94 |
font-size: 14px; |
95 |
- color:#788ba7; |
|
95 |
+ color: #a2a2a2; |
|
96 | 96 |
display:block; |
97 | 97 |
|
98 | 98 |
li { |
99 | 99 |
float:left; |
100 | 100 |
position: relative; |
101 | 101 |
|
102 |
- &:after { |
|
103 |
- content: "|"; |
|
104 |
- color: #788ba7; |
|
105 |
- } |
|
102 |
+ &.divider { |
|
103 |
+ line-height: 40px; |
|
104 |
+ font-size: 12px; |
|
106 | 105 |
|
107 |
- &:last-child:after { |
|
108 |
- content: ""; |
|
106 |
+ &:after { |
|
107 |
+ content: "|"; |
|
108 |
+ color: #a2a2a2; |
|
109 |
+ .opacity(35); |
|
110 |
+ } |
|
109 | 111 |
} |
110 | 112 |
|
111 | 113 |
a { |
... | ... | @@ -153,18 +155,18 @@ |
153 | 155 |
margin:5px 0; |
154 | 156 |
position: relative; |
155 | 157 |
|
156 |
- &:after { |
|
157 |
- content: "|"; |
|
158 |
- color: #788ba7; |
|
158 |
+ &.divider { |
|
159 |
+ line-height: 30px; |
|
160 |
+ |
|
161 |
+ &:after { |
|
162 |
+ content: "|"; |
|
163 |
+ color: #788ba7; |
|
164 |
+ .opacity(35); |
|
165 |
+ } |
|
159 | 166 |
} |
160 | 167 |
|
161 | 168 |
&:last-child { |
162 | 169 |
margin-left:10px; |
163 |
- |
|
164 |
- &:after { |
|
165 |
- content: ""; |
|
166 |
- } |
|
167 |
- |
|
168 | 170 |
} |
169 | 171 |
|
170 | 172 |
form { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?