Added horizontal tabs to the new interface.

This commit is contained in:
Revertron
2021-03-26 12:39:19 +01:00
parent fc90706213
commit 594878614f
4 changed files with 100 additions and 12 deletions
+16
View File
@@ -27,4 +27,20 @@
position: absolute;
bottom: 0px;
z-index: 9;
}
path {
fill: #4a4a4a;
}
.tabs > ul > li.is-active > a > span.icon > svg > path {
fill: #3273dc;
}
.control > span.icon > svg > path {
fill: #dbdbdb;
}
.is-danger > span.icon > svg > path {
fill: #f14668;
}