Skip to content

Commit 5e84b26

Browse files
commit
1 parent 28a1833 commit 5e84b26

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

scss/partials/admin_sidebar.scss

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,14 @@
167167
padding: 0.5rem;
168168

169169
.btn {
170+
171+
svg {
172+
margin: 0 !important;
173+
width: 80% !important;
174+
height: auto !important;
175+
max-width: 40px !important;
176+
}
177+
170178
.text {
171179
display: none;
172180
@media (max-width: 768px) {
@@ -185,14 +193,20 @@
185193
padding-left: 0;
186194
padding-right: 0;
187195
margin: auto !important;
196+
width: 100%;
197+
188198
button {
189199
text-align: center !important;
190200
padding-left: 0 !important;
191201
padding-right: 0 !important;
192-
margin: auto !important;
202+
margin: auto !important;
203+
width: 100% !important;
193204

194205
svg {
195206
margin: 0 !important;
207+
width: 80% !important;
208+
height: auto !important;
209+
max-width: 40px !important;
196210
}
197211
}
198212
}
@@ -206,6 +220,9 @@
206220

207221
svg {
208222
margin: 0 !important;
223+
width: 80% !important;
224+
height: auto !important;
225+
max-width: 40px !important;
209226
}
210227

211228
.text {

0 commit comments

Comments
 (0)