mirror of
https://gh.wpcy.net/https://github.com/Brugman/wp-cli-gui.git
synced 2026-04-24 19:24:45 +08:00
10 lines
163 B
Text
10 lines
163 B
Text
/* Clear Button */
|
|
|
|
.vs__clear {
|
|
fill: @vs-controls-color;
|
|
padding: 0;
|
|
border: 0;
|
|
background-color: transparent;
|
|
cursor: pointer;
|
|
margin-right: 8px;
|
|
}
|