set text-decoration and color of section items

This commit is contained in:
Karthik Siddarth 2019-04-15 15:07:38 +05:30
parent 90cf1a2004
commit ef0eb18a04

View File

@ -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 {