Show info on yanked

This commit is contained in:
Shin'ya Ueoka 2017-10-08 19:08:51 +09:00
parent b0d2b53281
commit 7ac00fce6f
12 changed files with 84 additions and 31 deletions

View file

@ -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 {