0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-26 01:14:10 -05:00
forgejo/public/less/_organization.less

28 lines
352 B
Text
Raw Normal View History

2015-08-26 08:45:51 -05:00
.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;
}
2015-09-06 09:56:31 -05:00
&.options {
input {
width: 50%!important;
min-width: 300px;
}
}
2015-08-26 08:45:51 -05:00
}