aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less/_organization.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-08-25 21:48:53 +0200
committerGitHub <noreply@github.com>2020-08-25 22:48:53 +0300
commiteb4db0445bea4a8dff370d80a270765840fcb8ef (patch)
tree7cde26f9a5cad63b724afc2f4bc541562548e432 /web_src/less/_organization.less
parente90e122b395f2dc0aff9ee917a7377078c774d31 (diff)
downloadgitea-eb4db0445bea4a8dff370d80a270765840fcb8ef.tar.gz
gitea-eb4db0445bea4a8dff370d80a270765840fcb8ef.zip
Reindent Less to 2-space (#12602)
Reindent and unify codebase to 2-space indentation.
Diffstat (limited to 'web_src/less/_organization.less')
-rw-r--r--web_src/less/_organization.less354
1 files changed, 177 insertions, 177 deletions
diff --git a/web_src/less/_organization.less b/web_src/less/_organization.less
index 5a72017c2f..1010b7a911 100644
--- a/web_src/less/_organization.less
+++ b/web_src/less/_organization.less
@@ -1,212 +1,212 @@
.organization {
- padding-top: 15px;
-
- .head {
- .ui.header {
- .text {
- vertical-align: middle;
- font-size: 1.6rem;
- margin-left: 15px;
- }
-
- .ui.right {
- margin-top: 5px;
- }
- }
+ padding-top: 15px;
+
+ .head {
+ .ui.header {
+ .text {
+ vertical-align: middle;
+ font-size: 1.6rem;
+ margin-left: 15px;
+ }
+
+ .ui.right {
+ margin-top: 5px;
+ }
}
+ }
- &.new.org {
- #create-page-form;
+ &.new.org {
+ #create-page-form;
- form {
- .header {
- padding-left: 0 !important;
- text-align: center;
- }
- }
+ form {
+ .header {
+ padding-left: 0 !important;
+ text-align: center;
+ }
}
+ }
- &.options {
- input {
- min-width: 300px;
- }
+ &.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;
- }
-
- .desc {
- font-size: 16px;
- margin-bottom: 10px;
- }
-
- .meta {
- .item {
- display: inline-block;
- margin-right: 10px;
-
- .icon {
- margin-right: 5px;
- }
- }
- }
- }
+ &.profile {
+ #org-avatar {
+ width: 100px;
+ height: 100px;
+ margin-right: 15px;
+ }
- .ui.top.header {
- .ui.right {
- margin-top: 0;
- }
+ #org-info {
+ .ui.header {
+ font-size: 36px;
+ margin-bottom: 0;
+ }
+
+ .desc {
+ font-size: 16px;
+ margin-bottom: 10px;
+ }
+
+ .meta {
+ .item {
+ display: inline-block;
+ margin-right: 10px;
+
+ .icon {
+ margin-right: 5px;
+ }
}
+ }
+ }
- .teams {
- .item {
- padding: 10px 15px;
- }
- }
+ .ui.top.header {
+ .ui.right {
+ margin-top: 0;
+ }
}
- &.teams,
- &.profile {
- .members {
- .ui.avatar {
- width: 48px;
- height: 48px;
- margin-right: 5px;
- }
- }
+ .teams {
+ .item {
+ padding: 10px 15px;
+ }
+ }
+ }
+
+ &.teams,
+ &.profile {
+ .members {
+ .ui.avatar {
+ width: 48px;
+ height: 48px;
+ margin-right: 5px;
+ }
}
+ }
- &.invite {
- #invite-box {
- margin: 50px auto auto;
- width: 500px !important;
-
- #search-user-box {
- input {
- margin-left: 0;
- width: 300px;
- }
- }
-
- .ui.button {
- margin-left: 5px;
- margin-top: -3px;
- }
+ &.invite {
+ #invite-box {
+ margin: 50px auto auto;
+ width: 500px !important;
+
+ #search-user-box {
+ input {
+ margin-left: 0;
+ width: 300px;
}
+ }
+
+ .ui.button {
+ margin-left: 5px;
+ margin-top: -3px;
+ }
}
+ }
+
+ &.members {
+ .list {
+ .item {
+ margin-left: 0;
+ margin-right: 0;
+ border-bottom: 1px solid #eeeeee;
+
+ .ui.avatar {
+ width: 48px;
+ height: 48px;
+ }
- &.members {
- .list {
- .item {
- margin-left: 0;
- margin-right: 0;
- border-bottom: 1px solid #eeeeee;
-
- .ui.avatar {
- width: 48px;
- height: 48px;
- }
-
- .meta {
- line-height: 24px;
- }
- }
+ .meta {
+ line-height: 24px;
}
+ }
}
+ }
- &.teams {
- .detail {
- .item {
- padding: 10px 15px;
+ &.teams {
+ .detail {
+ .item {
+ padding: 10px 15px;
- &:not(:last-child) {
- border-bottom: 1px solid #eeeeee;
- }
- }
+ &:not(:last-child) {
+ border-bottom: 1px solid #eeeeee;
}
+ }
+ }
- .repositories,
- .members {
- .item {
- padding: 10px 20px;
- line-height: 32px;
-
- &:not(:last-child) {
- border-bottom: 1px solid #dddddd;
- }
+ .repositories,
+ .members {
+ .item {
+ padding: 10px 20px;
+ line-height: 32px;
- .button {
- padding: 9px 10px;
- }
- }
+ &:not(:last-child) {
+ border-bottom: 1px solid #dddddd;
}
- #add-repo-form,
- #repo-multiple-form,
- #add-member-form {
- input {
- margin-left: 0;
- }
-
- .ui.button {
- margin-left: 5px;
- margin-top: -3px;
- }
+ .button {
+ padding: 9px 10px;
}
+ }
+ }
- #repo-top-segment {
- height: 60px;
- }
+ #add-repo-form,
+ #repo-multiple-form,
+ #add-member-form {
+ input {
+ margin-left: 0;
+ }
+
+ .ui.button {
+ margin-left: 5px;
+ margin-top: -3px;
+ }
}
- &.settings {
- .labelspage {
- list-style: none;
- padding-top: 0;
-
- .item {
- margin-top: 0;
- margin-right: -14px;
- margin-left: -14px !important;
- padding: 10px;
- border-bottom: 1px solid #e1e4e8;
- border-top: none;
-
- a {
- font-size: 15px;
- padding-top: 5px;
- padding-right: 10px;
- color: #666666;
-
- &:hover {
- color: #000000;
- }
-
- &.open-issues {
- margin-right: 30px;
- }
- }
-
- .ui.label {
- font-size: 1em;
- }
- }
-
- .item:last-child {
- border-bottom: none;
- padding-bottom: 0;
- }
+ #repo-top-segment {
+ height: 60px;
+ }
+ }
+
+ &.settings {
+ .labelspage {
+ list-style: none;
+ padding-top: 0;
+
+ .item {
+ margin-top: 0;
+ margin-right: -14px;
+ margin-left: -14px !important;
+ padding: 10px;
+ border-bottom: 1px solid #e1e4e8;
+ border-top: none;
+
+ a {
+ font-size: 15px;
+ padding-top: 5px;
+ padding-right: 10px;
+ color: #666666;
+
+ &:hover {
+ color: #000000;
+ }
+
+ &.open-issues {
+ margin-right: 30px;
+ }
+ }
+ .ui.label {
+ font-size: 1em;
}
+ }
+
+ .item:last-child {
+ border-bottom: none;
+ padding-bottom: 0;
+ }
+
}
+ }
}