Add css class to underline text

This commit is contained in:
Kristóf Tóth 2018-03-20 15:01:06 +01:00
parent b1c0ba91d8
commit f712fbde52

View File

@ -14,6 +14,10 @@
padding-left: 34px; padding-left: 34px;
} }
.underline {
text-decoration: underline;
}
.tfw-tab-btn { .tfw-tab-btn {
background-color: white; background-color: white;
border: 1px solid $tao-plum-900; border: 1px solid $tao-plum-900;