7 lines
87 B
SCSS
7 lines
87 B
SCSS
.inlineError {
|
|
background:$red;
|
|
color:#fff;
|
|
padding:15px;
|
|
border-radius:4px;
|
|
}
|