mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
13 lines
157 B
Plaintext
13 lines
157 B
Plaintext
@import "ui-variables";
|
|
|
|
.info-messages,
|
|
.error-messages {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
|
|
.error-messages {
|
|
color: @text-color-error;
|
|
}
|