Skip to content

Commit 974672d

Browse files
committed
fixup! ui-manchette: add fit button
1 parent 96996c2 commit 974672d

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

ui-manchette/src/styles/manchette.css

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
background-color: rgba(250, 249, 245, 0.6);
55
border-top: solid 1px;
66
border-right: solid 1px;
7-
border-radius: 0px 0px 0px 10px;
7+
border-radius: 0 0 0 10px;
88
@apply border-black-25;
99
display: flex;
1010
height: 2.5rem;
@@ -30,19 +30,17 @@
3030
}
3131

3232
button:disabled {
33-
span {
34-
color: #B6B2AF
35-
}
33+
@apply text-grey-30;
3634
}
3735

3836
.zoom-reset {
39-
color: #797671;
37+
@apply text-grey-50;
4038
font-weight: 600;
4139
font-size: 14px;
4240
}
4341
}
4442

45-
.toggle-mode{
43+
.toggle-mode {
4644
font-size: 0.875rem;
4745
line-height: 14px;
4846
}

0 commit comments

Comments
 (0)