aboutsummaryrefslogtreecommitdiffstats
path: root/web_src/less/_install.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/_install.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/_install.less')
-rw-r--r--web_src/less/_install.less52
1 files changed, 26 insertions, 26 deletions
diff --git a/web_src/less/_install.less b/web_src/less/_install.less
index b38ec87b76..3f59a99aac 100644
--- a/web_src/less/_install.less
+++ b/web_src/less/_install.less
@@ -1,38 +1,38 @@
.install {
- padding-top: 45px;
+ padding-top: 45px;
- form {
- @input-padding: 320px !important;
+ form {
+ @input-padding: 320px !important;
- label {
- text-align: right;
- width: @input-padding;
- }
+ label {
+ text-align: right;
+ width: @input-padding;
+ }
- input {
- width: 35% !important;
- }
+ input {
+ width: 35% !important;
+ }
- .field {
- text-align: left;
+ .field {
+ text-align: left;
- .help {
- margin-left: @input-padding+15px;
- }
+ .help {
+ margin-left: @input-padding+15px;
+ }
- &.optional .title {
- margin-left: 38%;
- }
- }
+ &.optional .title {
+ margin-left: 38%;
+ }
}
+ }
- .ui {
- .checkbox {
- margin-left: 40% !important;
+ .ui {
+ .checkbox {
+ margin-left: 40% !important;
- label {
- width: auto !important;
- }
- }
+ label {
+ width: auto !important;
+ }
}
+ }
}