2015-08-26 19:15:51 +05:30
|
|
|
.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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-09-06 19:38:14 +05:30
|
|
|
|
|
|
|
&.new.org {
|
|
|
|
#create-page-form;
|
|
|
|
}
|
2015-09-06 20:26:31 +05:30
|
|
|
|
|
|
|
&.options {
|
|
|
|
input {
|
|
|
|
width: 50%!important;
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
}
|
2015-08-26 19:15:51 +05:30
|
|
|
}
|