| 12345678910111213141516171819202122232425262728293031323334 |
- .portal-header {
- &.has-page {
- border-bottom: solid 3px #5bc0de; // TODO: is this color defined as variable?
- }
- .portal-label {
- background: #5bc0de;
- float: right;
- font-weight: bold;
- padding: 2px 4px;
- font-size: .8em;
- color: #fff;
- border-bottom-left-radius: 4px;
- border-bottom-right-radius: 4px;
- }
- }
- .portal {
- .wiki {
- margin-bottom: 16px;
- padding-bottom: 16px;
- }
- .portal-form {
- }
- } // .portal
- .portal-side {
- .portal-form-button {
- text-align: center;
- }
- } // .portal-side
|