retailer-vue/src/routes/retailer/resources.scss

12 lines
240 B
SCSS

.padding-space{
padding: 2px 0px 45px 0px !important;
}
.subheading{
border-bottom: 1px solid #111 ;
display: inline;
transition: all 0.1s ease-in-out;
}
.subheading:hover{
border-bottom: 1px solid #2c05da ;
}