mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-07-11 18:56:16 +09:00
45 lines
488 B
SCSS
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;
|
|
}
|
|
}
|