화살표 css 수정
This commit is contained in:
parent
f91b953ef5
commit
5391e6de71
@ -113,6 +113,48 @@
|
||||
align-items: center;
|
||||
margin-left: auto;
|
||||
|
||||
.undo-redo-wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 4px;
|
||||
margin-right: 8px;
|
||||
|
||||
button {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
background-color: #3d3d3d;
|
||||
color: #fff;
|
||||
cursor: pointer;
|
||||
transition: all 0.17s ease-in-out;
|
||||
|
||||
svg {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
stroke: currentColor;
|
||||
stroke-width: 2;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
fill: none;
|
||||
}
|
||||
|
||||
&:hover:not(.disabled):not(:disabled) {
|
||||
background-color: #1083e3;
|
||||
}
|
||||
|
||||
&.disabled,
|
||||
&:disabled {
|
||||
opacity: 0.35;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.select-box {
|
||||
width: 124px;
|
||||
margin: 0 5px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user