Files
Atay-Makhzan/web_src/less/_organization.less
T

190 lines
2.9 KiB
Plaintext
Raw Normal View History

2015-08-26 21:45:51 +08:00
.organization {
2020-08-25 21:48:53 +02:00
.head {
.ui.header {
.text {
vertical-align: middle;
font-size: 1.6rem;
margin-left: 15px;
}
.org-visibility .label {
margin-left: 5px;
margin-top: 5px;
}
2020-08-25 21:48:53 +02:00
.ui.right {
margin-top: 5px;
}
}
2020-08-25 21:48:53 +02:00
}
.ui.secondary.stackable.pointing.menu {
flex-wrap: wrap;
margin-top: 5px;
margin-bottom: 10px;
}
2020-08-25 21:48:53 +02:00
&.new.org {
2020-12-27 15:24:27 +01:00
#create-page-form();
2019-05-13 08:26:32 +02:00
2020-08-25 21:48:53 +02:00
form {
.header {
padding-left: 0 !important;
text-align: center;
}
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.options {
input {
min-width: 300px;
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.profile {
2020-12-03 19:46:11 +01:00
.org-avatar {
2020-08-25 21:48:53 +02:00
width: 100px;
height: 100px;
margin-right: 15px;
}
2020-08-25 21:48:53 +02:00
#org-info {
2020-12-03 19:46:11 +01:00
overflow-wrap: anywhere;
2020-08-25 21:48:53 +02:00
.ui.header {
font-size: 36px;
margin-bottom: 0;
.org-visibility .label {
margin-left: 5px;
margin-top: 2px;
}
2020-08-25 21:48:53 +02:00
}
.desc {
font-size: 16px;
margin-bottom: 10px;
}
.meta {
.item {
display: inline-block;
margin-right: 10px;
.icon {
margin-right: 5px;
}
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
.ui.top.header {
.ui.right {
margin-top: 0;
}
}
2020-08-25 21:48:53 +02:00
.teams {
.item {
padding: 10px 15px;
}
}
}
&.teams,
&.profile {
.members {
.ui.avatar {
width: 48px;
height: 48px;
margin-right: 5px;
margin-bottom: 5px;
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.invite {
#invite-box {
margin: 50px auto auto;
width: 500px !important;
#search-user-box {
input {
margin-left: 0;
width: 300px;
}
2020-08-25 21:48:53 +02:00
}
.ui.button {
margin-left: 5px;
margin-top: -3px;
}
}
2020-08-25 21:48:53 +02:00
}
&.members {
.list {
.item {
margin-left: 0;
margin-right: 0;
border-bottom: 1px solid var(--color-secondary);
2020-08-25 21:48:53 +02:00
.ui.avatar {
width: 48px;
2021-01-03 14:20:05 -07:00
height: auto;
margin-right: 1rem;
align-self: flex-start;
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
.meta {
line-height: 24px;
2021-01-03 14:20:05 -07:00
word-break: break-word;
min-width: 2em;
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
}
2020-08-25 21:48:53 +02:00
&.teams {
.detail {
.item {
padding: 10px 15px;
2020-08-25 21:48:53 +02:00
&:not(:last-child) {
border-bottom: 1px solid var(--color-secondary);
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
.repositories,
.members {
.item {
padding: 10px 20px;
line-height: 32px;
2020-08-25 21:48:53 +02:00
&:not(:last-child) {
border-bottom: 1px solid var(--color-secondary);
}
2020-08-25 21:48:53 +02:00
.button {
padding: 9px 10px;
}
2020-08-25 21:48:53 +02:00
}
}
2020-08-25 21:48:53 +02:00
#add-repo-form,
#repo-multiple-form,
#add-member-form {
input {
margin-left: 0;
}
.ui.button {
margin-left: 5px;
margin-top: -3px;
}
}
2020-04-01 00:14:46 -04:00
2020-08-25 21:48:53 +02:00
#repo-top-segment {
height: 60px;
}
}
2015-12-07 21:20:54 +01:00
}