Show info on yanked
This commit is contained in:
parent
b0d2b53281
commit
7ac00fce6f
12 changed files with 84 additions and 31 deletions
|
@ -64,12 +64,20 @@ body {
|
|||
}
|
||||
}
|
||||
|
||||
&-message {
|
||||
@include consoole-font;
|
||||
}
|
||||
|
||||
&-error {
|
||||
background-color: red;
|
||||
font-weight: bold;
|
||||
color: white;
|
||||
}
|
||||
|
||||
@include consoole-font;
|
||||
&-info {
|
||||
background-color: white;
|
||||
font-weight: normal;
|
||||
color: green;
|
||||
}
|
||||
|
||||
&-command {
|
||||
|
|
Reference in a new issue