You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
354 B

3 years ago
button[type=primary] {
background-color: #007eff;
3 years ago
}
.tab {
display: flex;
justify-content: space-around;
padding: 10px;
margin-bottom: 10px;
background-color: #fff;
li {
padding: 0 4px;
font-size: 14px;
line-height: 30px;
border-bottom: 3px solid transparent;
}
.active {
color: $uni-primary;
border-bottom-color: $uni-primary;
}
3 years ago
}