Skip to content

Commit d955152

Browse files
committed
started styling collapse
1 parent eaeb8a7 commit d955152

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/app/styles/layout/_actionContainer.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
.action-container {
2-
// overflow: auto;
32
background: white;
43
border-right: 1px solid #e5e7eb;
54
transition: width 0.3s ease;
@@ -24,11 +23,13 @@
2423
}
2524

2625
.actionToolContainer {
27-
color: #873b3b;
26+
color: #374151;
2827
display: flex;
2928
justify-content: space-between;
3029
align-items: center;
31-
height: 35px;
30+
height: 44px;
31+
border-bottom: 1px solid #e5e7eb;
32+
padding: 0 8px;
3233
}
3334

3435
#recordBtn .fa-regular {

0 commit comments

Comments
 (0)