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;
|
||||
align-items: flex-end;
|
||||
margin-bottom: 5px;
|
||||
text-decoration: none;
|
||||
color: #00104f;
|
||||
}
|
||||
|
||||
&__header {
|
||||
@ -347,6 +349,8 @@ export default Vue.component(name, getVueOptions(name));
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
text-decoration: none;
|
||||
color: #00104f;
|
||||
}
|
||||
|
||||
&--plain {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user