_portal.scss 541 B

12345678910111213141516171819202122232425262728293031323334
  1. .portal-header {
  2. &.has-page {
  3. border-bottom: solid 3px #5bc0de; // TODO: is this color defined as variable?
  4. }
  5. .portal-label {
  6. background: #5bc0de;
  7. float: right;
  8. font-weight: bold;
  9. padding: 2px 4px;
  10. font-size: .8em;
  11. color: #fff;
  12. border-bottom-left-radius: 4px;
  13. border-bottom-right-radius: 4px;
  14. }
  15. }
  16. .portal {
  17. .wiki {
  18. margin-bottom: 16px;
  19. padding-bottom: 16px;
  20. }
  21. .portal-form {
  22. }
  23. } // .portal
  24. .portal-side {
  25. .portal-form-button {
  26. text-align: center;
  27. }
  28. } // .portal-side