Template:Box-main-2/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
font-weight: 600; | font-weight: 600; | ||
line-height: 1em; | line-height: 1em; | ||
} | |||
.sol-box-content { | |||
padding: 0.2em 0.8em 1em 0.8em; | |||
} | } | ||
Revision as of 07:34, 14 December 2024
.sol-box {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
padding: 0 0.4em;
margin-bottom: 1.2em;
}
.sol-box-title {
background-color: #eee;
border: 1px solid #ccc;
border-radius: 4px;
margin: 5px 0;
padding-left: 0.6em;
font-size: 1.6em;
font-weight: 600;
line-height: 1em;
}
.sol-box-content {
padding: 0.2em 0.8em 1em 0.8em;
}