mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-01 08:21:21 +03:00
28 lines
352 B
Plaintext
28 lines
352 B
Plaintext
.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;
|
|
}
|
|
}
|
|
} |