mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
further tweaks to colours and form layout
This commit is contained in:
parent
d1b321f859
commit
62fc679720
3 changed files with 5 additions and 5 deletions
|
|
@ -246,7 +246,7 @@
|
|||
.xdsoft_calendar td.xdsoft_default,
|
||||
.xdsoft_calendar td.xdsoft_current,
|
||||
.xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{
|
||||
background: $color-orange;
|
||||
background: $color-salmon;
|
||||
color:#fff;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -456,7 +456,7 @@ li.focused > .help{
|
|||
|
||||
|
||||
.fields li{
|
||||
@include row();
|
||||
@include clearfix();
|
||||
padding-top:0.5em;
|
||||
padding-bottom:1.2em;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@
|
|||
-webkit-font-smoothing: auto;
|
||||
background:$color-salmon-light;
|
||||
text-transform:uppercase;
|
||||
padding:0.9em 0 0.9em 4em;
|
||||
padding:0.9em 0 0.9em 4.1em;
|
||||
font-size:0.95em;
|
||||
margin:0 0 0.2em 0;
|
||||
line-height:1.5em;
|
||||
|
|
@ -188,9 +188,9 @@
|
|||
&.publishing{
|
||||
h2:before{
|
||||
content:"7";
|
||||
font-size:2.5em;
|
||||
font-size:2.4em;
|
||||
line-height:1.4em;
|
||||
width:1.3em;
|
||||
width:1.4em;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue