Initial commit
This commit is contained in:
9
web/app/components/base/tab-header/style.module.css
Normal file
9
web/app/components/base/tab-header/style.module.css
Normal file
@@ -0,0 +1,9 @@
|
||||
.itemActive::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 2px;
|
||||
background-color: #155EEF;
|
||||
}
|
Reference in New Issue
Block a user