mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 09:13:14 +00:00
Merge commit '5792277' into reapply-design-updates-pre-split
This commit is contained in:
parent
b34e1981d2
commit
757b90bb52
3 changed files with 8 additions and 3 deletions
|
|
@ -360,7 +360,7 @@ ul.listing{
|
|||
border-width:0 0 0 1px !important;
|
||||
|
||||
> li{
|
||||
padding:@grid-gutter-width/2;
|
||||
padding:1.3em;
|
||||
width:200px;
|
||||
height:220px;
|
||||
text-align:center;
|
||||
|
|
|
|||
|
|
@ -742,7 +742,7 @@ footer, .logo{
|
|||
@media screen and (min-width: @breakpoint-desktop-larger){
|
||||
body{
|
||||
margin:0;
|
||||
background:#555;
|
||||
background:#DDD;
|
||||
}
|
||||
.wrapper{
|
||||
background-color:@color-grey-5;
|
||||
|
|
|
|||
|
|
@ -152,7 +152,8 @@
|
|||
|
||||
.error,
|
||||
.error input,
|
||||
.error textarea{
|
||||
.error textarea,
|
||||
.error .richtext{
|
||||
background-color:@color-input-error-bg;
|
||||
}
|
||||
}
|
||||
|
|
@ -164,6 +165,10 @@
|
|||
font-size:2em;
|
||||
padding-top:2em;
|
||||
}
|
||||
&.title input{
|
||||
padding-top:1.5em;
|
||||
padding-bottom:1.5em;
|
||||
}
|
||||
|
||||
.multiple{
|
||||
.transition(max-height 10s ease);
|
||||
|
|
|
|||
Loading…
Reference in a new issue