2015-08-26 15:45:51 +02:00
|
|
|
.organization {
|
2017-12-02 20:48:43 +01:00
|
|
|
padding-top: 15px;
|
|
|
|
|
|
|
|
.head {
|
|
|
|
.ui.header {
|
|
|
|
.text {
|
|
|
|
vertical-align: middle;
|
|
|
|
font-size: 1.6rem;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.ui.right {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.new.org {
|
|
|
|
#create-page-form;
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
form {
|
|
|
|
.header {
|
|
|
|
padding-left: 0 !important;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.options {
|
|
|
|
input {
|
|
|
|
min-width: 300px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.profile {
|
|
|
|
#org-avatar {
|
|
|
|
width: 100px;
|
|
|
|
height: 100px;
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#org-info {
|
|
|
|
.ui.header {
|
|
|
|
font-size: 36px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.desc {
|
|
|
|
font-size: 16px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.meta {
|
|
|
|
.item {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 10px;
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.top.header {
|
|
|
|
.ui.right {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.teams {
|
|
|
|
.item {
|
|
|
|
padding: 10px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.teams,
|
|
|
|
&.profile {
|
|
|
|
.members {
|
|
|
|
.ui.avatar {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.invite {
|
|
|
|
#invite-box {
|
2019-05-13 08:26:32 +02:00
|
|
|
margin: 50px auto auto;
|
2017-12-02 20:48:43 +01:00
|
|
|
width: 500px !important;
|
|
|
|
|
|
|
|
#search-user-box {
|
|
|
|
input {
|
|
|
|
margin-left: 0;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.ui.button {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.members {
|
|
|
|
.list {
|
|
|
|
.item {
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 0;
|
2019-05-14 02:54:23 +02:00
|
|
|
border-bottom: 1px solid #eeeeee;
|
2017-12-02 20:48:43 +01:00
|
|
|
|
|
|
|
.ui.avatar {
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
2019-05-13 08:26:32 +02:00
|
|
|
|
2017-12-02 20:48:43 +01:00
|
|
|
.meta {
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.teams {
|
|
|
|
.detail {
|
|
|
|
.item {
|
|
|
|
padding: 10px 15px;
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
2019-05-14 02:54:23 +02:00
|
|
|
border-bottom: 1px solid #eeeeee;
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.repositories,
|
|
|
|
.members {
|
|
|
|
.item {
|
|
|
|
padding: 10px 20px;
|
|
|
|
line-height: 32px;
|
|
|
|
|
|
|
|
&:not(:last-child) {
|
2019-05-14 02:54:23 +02:00
|
|
|
border-bottom: 1px solid #dddddd;
|
2017-12-02 20:48:43 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
|
|
|
padding: 9px 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#add-repo-form,
|
|
|
|
#add-member-form {
|
|
|
|
input {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui.button {
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-top: -3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-12-07 21:20:54 +01:00
|
|
|
}
|