mirror of https://github.com/gogits/gogs.git
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.
28 lines
352 B
28 lines
352 B
.organization { |
|
padding-top: 15px; |
|
padding-bottom: @footer-margin * 2; |
|
|
|
.head { |
|
.ui.header { |
|
.text { |
|
vertical-align: middle; |
|
font-size: 1.6rem; |
|
margin-left: 15px; |
|
} |
|
.ui.right { |
|
margin-top: 5px; |
|
} |
|
} |
|
} |
|
|
|
&.new.org { |
|
#create-page-form; |
|
} |
|
|
|
&.options { |
|
input { |
|
width: 50%!important; |
|
min-width: 300px; |
|
} |
|
} |
|
} |