summaryrefslogtreecommitdiffstats
path: root/public/less/_user.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2017-12-02 20:48:43 +0100
committerLauris BH <lauris@nix.lv>2017-12-02 21:48:43 +0200
commitd44aa831f32b0be3efde6138d77fbb8f59cda30e (patch)
tree421352586cc955197e6ed0d0c94640e503a6ce7c /public/less/_user.less
parentf9db60e3bdc34508b0267e4e74e8a8f8e36989c1 (diff)
downloadgitea-d44aa831f32b0be3efde6138d77fbb8f59cda30e.tar.gz
gitea-d44aa831f32b0be3efde6138d77fbb8f59cda30e.zip
Convert tabs to spaces in .less files (#3064)
Diffstat (limited to 'public/less/_user.less')
-rw-r--r--public/less/_user.less98
1 files changed, 49 insertions, 49 deletions
diff --git a/public/less/_user.less b/public/less/_user.less
index 7b6294448d..cc57239b59 100644
--- a/public/less/_user.less
+++ b/public/less/_user.less
@@ -1,62 +1,62 @@
.user {
- &:not(.icon) {
- padding-top: 15px;
- padding-bottom: @footer-margin * 2;
- }
+ &:not(.icon) {
+ padding-top: 15px;
+ padding-bottom: @footer-margin * 2;
+ }
- &.profile {
- .ui.card {
- .username {
- display: block;
- }
- .extra.content {
- padding: 0;
+ &.profile {
+ .ui.card {
+ .username {
+ display: block;
+ }
+ .extra.content {
+ padding: 0;
- ul {
- margin: 0;
- padding: 0;
+ ul {
+ margin: 0;
+ padding: 0;
- li {
- padding: 10px;
- list-style: none;
+ li {
+ padding: 10px;
+ list-style: none;
- &:not(:last-child) {
- border-bottom: 1px solid #eaeaea;
- }
+ &:not(:last-child) {
+ border-bottom: 1px solid #eaeaea;
+ }
- .octicon {
- margin-left: 1px;
- margin-right: 5px;
- }
+ .octicon {
+ margin-left: 1px;
+ margin-right: 5px;
+ }
- &.follow {
- .ui.button {
- width: 100%;
- }
- }
- }
- }
- }
- }
+ &.follow {
+ .ui.button {
+ width: 100%;
+ }
+ }
+ }
+ }
+ }
+ }
- .ui.repository.list {
- margin-top: 25px;
- }
- }
+ .ui.repository.list {
+ margin-top: 25px;
+ }
+ }
- &.followers {
- .header.name {
- font-size: 20px;
- line-height: 24px;
- vertical-align: middle;
- }
+ &.followers {
+ .header.name {
+ font-size: 20px;
+ line-height: 24px;
+ vertical-align: middle;
+ }
- .follow {
- .ui.button {
- padding: 8px 15px;
- }
- }
- }
+ .follow {
+ .ui.button {
+ padding: 8px 15px;
+ }
+ }
+ }
&.notification {
.octicon {