refactor: split monolithic App.css into feature-based co-located CSS files
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
/* Status bar */
|
||||
.status-bar {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
background-color: #2d2d2d;
|
||||
padding: 5px 10px;
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
border-top: 1px solid #3a3a3a;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.status-right span {
|
||||
margin-left: 15px;
|
||||
}
|
||||
Reference in New Issue
Block a user