mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
fixed accidentally non-specific selector
This commit is contained in:
parent
22a84e1ca3
commit
e41197c4ff
1 changed files with 3 additions and 1 deletions
|
|
@ -611,7 +611,9 @@
|
|||
}
|
||||
|
||||
/* Custom styles that make some fields look more important */
|
||||
.full input, textarea, .richtext{
|
||||
.full input,
|
||||
.full textarea,
|
||||
.full .richtext{
|
||||
@include nice-padding();
|
||||
@include border-radius(0px);
|
||||
padding-top:2em;
|
||||
|
|
|
|||
Loading…
Reference in a new issue