fix(baukula): Adjust the Markdown tab menu styles.
This commit is contained in:
parent
55ecde1160
commit
c2797a1b22
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue