Skip to content

Commit af24ab5

Browse files
committed
perf: btn height
1 parent 4c39c00 commit af24ab5

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

src/app/elements/content/content-footer/content-footer.component.scss

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,16 @@
6464

6565
.footer-bar__left {
6666
margin-left: 5px;
67+
68+
::ng-deep {
69+
.ant-btn {
70+
height: 30px;
71+
}
72+
}
6773
}
6874
}
6975
}
7076

71-
7277
.rotate-icon {
7378
transform: rotate(-90deg);
7479
transition: transform 0.3s ease;
@@ -93,12 +98,12 @@
9398
}
9499

95100
nz-input-group {
96-
background-color: #0F0F0F;
97-
color: #FFFFFF;
101+
background-color: #0f0f0f;
102+
color: #ffffff;
98103

99104
.ant-input {
100-
background-color: #0F0F0F;
101-
color: #FFFFFF;
105+
background-color: #0f0f0f;
106+
color: #ffffff;
102107
font-size: 12px;
103108
}
104109
}
@@ -108,7 +113,6 @@
108113
}
109114

110115
.command-item {
111-
112116
.command-name {
113117
font-size: 13px;
114118
font-weight: 400;
@@ -126,7 +130,6 @@
126130
.ant-tag-orange {
127131
background: #2b1d11;
128132
}
129-
130133
}
131134

132135
.save-btn {
@@ -139,4 +142,4 @@
139142

140143
.search-input {
141144
padding: 8px 12px;
142-
}
145+
}

0 commit comments

Comments
 (0)