Sidebar modification in document designer

This commit is contained in:
Fabiano Alencar 2018-04-25 15:48:07 -03:00
parent 20fdd5ff33
commit 2196f332a8
1 changed files with 28 additions and 0 deletions

View File

@ -5,6 +5,34 @@
.widget{
.widget-title{
font-size: 14pt;
font-weight: bold;
color: #1d1d1b;
}
&.widget_recent_entries, &.widget_recent_comments{
ul{
li{
margin-bottom: 0.3rem;
}
}
}
&.widget_media_gallery{
.gallery{
display: grid;
dl{
margin-top: 0;
dt{
img{
border: 0;
}
}
}
br{
display: none;
}
}
}
&.widget_text{
font-size: 12pt;
}
ul{
padding-left: 0;