set text-decoration and color of section items
This commit is contained in:
parent
90cf1a2004
commit
ef0eb18a04
@ -312,6 +312,8 @@ export default Vue.component(name, getVueOptions(name));
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #00104f;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__header {
|
&__header {
|
||||||
@ -347,6 +349,8 @@ export default Vue.component(name, getVueOptions(name));
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
text-decoration: none;
|
||||||
|
color: #00104f;
|
||||||
}
|
}
|
||||||
|
|
||||||
&--plain {
|
&--plain {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user