You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
237 B

  1. .organization {
  2. padding-top: 15px;
  3. padding-bottom: @footer-margin * 2;
  4. .head {
  5. .ui.header {
  6. .text {
  7. vertical-align: middle;
  8. font-size: 1.6rem;
  9. margin-left: 15px;
  10. }
  11. .ui.right {
  12. margin-top: 5px;
  13. }
  14. }
  15. }
  16. }