1
Fork 0

fix(baukula): Adjust the Markdown tab menu styles.

This commit is contained in:
Bauke 2020-01-30 14:22:58 +01:00
parent 55ecde1160
commit c2797a1b22
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 19 additions and 0 deletions

View File

@ -33,3 +33,22 @@
// Changes the "from last X period" icon to be the same color as the foreground, it's hardcoded though
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%204%205'%3E%3Cpath%20fill='%23f8f8f2'%20d='M2%200L0%202h4zm0%205L0%203h4z'/%3E%3C/svg%3E");
}
.tab.tab-markdown-mode {
border-bottom: none;
margin-bottom: 4px;
> .tab-item {
margin-right: 4px;
&:last-child {
margin-right: 0;
}
&.active > .btn {
background-color: $pink;
border-color: $pink;
color: $background;
}
}
}