misuzu/assets/less/mio/classes/container.less

38 lines
702 B
Text
Raw Normal View History

2018-04-16 00:33:54 +00:00
.container {
2018-03-22 02:56:41 +00:00
border: 1px solid #9475b2;
background-color: #fbeeff;
margin: 2px 0;
.mio--dark & {
background-color: #23172a;
}
2018-03-22 02:56:41 +00:00
&__title {
2018-04-16 00:33:54 +00:00
display: block;
text-decoration: none;
2018-03-22 02:56:41 +00:00
background-color: #9475b2;
color: #306;
font-size: 1.17em;
font-weight: 700;
padding: 3px;
font-family: @mio-font-heading;
2018-04-16 00:33:54 +00:00
&--link:hover {
text-decoration: underline;
}
&__link {
color: inherit;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
2018-03-22 02:56:41 +00:00
}
&__content {
margin: 2px 5px;
}
}