Skip to content

Commit 661ad42

Browse files
felix920506BotBlakeerikbucik
authored
add css to draw tabs border (#1598)
* add css to draw tabs border CSS by blake Co-Authored-By: BotBlake <[email protected]> * use updated design from erik Co-Authored-By: Erik <[email protected]> --------- Co-authored-by: BotBlake <[email protected]> Co-authored-by: Erik <[email protected]>
1 parent f15e38c commit 661ad42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/css/custom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,10 @@ a.pills__item:not(.pills__item--active) {
132132
display: none;
133133
}
134134
}
135+
136+
.tabs-container {
137+
border: 1px solid #fff4;
138+
background-color: #fff1;
139+
border-radius: 8px;
140+
padding: 16px;
141+
}

0 commit comments

Comments
 (0)