14 lines
257 B
SCSS
14 lines
257 B
SCSS
@use "../colors/_glassy.scss" as *;
|
|
/* Command prompt widget */
|
|
|
|
.executioner {
|
|
border-radius: 5px;
|
|
background-color: #000000;
|
|
}
|
|
|
|
.cmd_input_field {
|
|
border-radius: 5px;
|
|
background-color: $dock_bg_col;
|
|
padding: 5px;
|
|
margin: 10px;
|
|
} |