add stylesheet for active admin integration
This commit is contained in:
parent
78b54a1002
commit
3f89fff364
|
@ -8,3 +8,4 @@ spec/dummy/tmp/
|
||||||
.idea
|
.idea
|
||||||
coverage/
|
coverage/
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
.sass-cache/
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
li.cocoon {
|
||||||
|
& > label {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
ol {
|
||||||
|
padding: 0;
|
||||||
|
width: auto;
|
||||||
|
float: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
fieldset {
|
||||||
|
padding: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.links a {
|
||||||
|
@extend .button;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue