forked from External/greenlight
14 lines
138 B
SCSS
14 lines
138 B
SCSS
.user {
|
|
.error {
|
|
p {
|
|
font-size: 14px;
|
|
color: red;
|
|
}
|
|
}
|
|
.description {
|
|
p {
|
|
font-size: 14px;
|
|
}
|
|
}
|
|
}
|