Files
yeuchaybo/assets/scss/widgets/_widgets.scss
T
Thuan Bui fd25f13a4f Initial
2018-06-26 11:09:22 +07:00

45 lines
488 B
SCSS

.widget {
.sidebar & {
margin-bottom: 40px;
p:last-child,
ul > li:last-of-type {
margin-bottom: 0;
}
ul > li {
margin-bottom: 10px;
&:last-of-type {
padding-bottom: 0;
}
}
ol > li {
padding-left: 20px;
text-indent: -20px;
list-style-position: inside;
list-style-type: decimal;
}
li li {
margin: 0 0 0 30px;
padding: 0;
border: 0;
}
}
}
.widget_calendar {
table {
width: 100%;
}
td,
th {
text-align: center;
}
}