mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-05 06:43:16 +00: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;
|
|
}
|
|
}
|
|
} |