mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-31 17:51:46 +02:00
fix: add missing nes-prefix
BREAKING CHANGE: fix field class to nes-field
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.field.is-inline {
|
||||
.nes-field.is-inline {
|
||||
display: block;
|
||||
|
||||
> label {
|
||||
@@ -67,7 +67,7 @@
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.input {
|
||||
.nes-input {
|
||||
max-width: 100%;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user