Browse Source

more code cleanup

tags/v1.0.0
Uvis Grinfelds 9 years ago
parent
commit
5ea8a236cf
3 changed files with 9 additions and 3 deletions
  1. +5
    -2
      transfersh-web/styles/includes/pages.less
  2. +3
    -0
      transfersh-web/styles/main.css
  3. +1
    -1
      transfersh-web/styles/main.css.map

+ 5
- 2
transfersh-web/styles/includes/pages.less View File

@@ -22,7 +22,7 @@
margin-top: 30px; margin-top: 30px;
} }
code { code {
display:block;
display: block;
padding: 10px 20px; padding: 10px 20px;
background: @dark-blue; background: @dark-blue;
font-family: @font-family-mono; font-family: @font-family-mono;
@@ -33,11 +33,14 @@
font-weight: 400; font-weight: 400;
} }
padding: 50px 0; padding: 50px 0;
text-align: center;
text-align: center;
.btn-cta { .btn-cta {
margin: 30px 0; margin: 30px 0;
cursor: pointer; cursor: pointer;
} }
h4 {
text-align: left;
}
} }


#share { #share {


+ 3
- 0
transfersh-web/styles/main.css View File

@@ -5595,6 +5595,9 @@ a:hover {
margin: 30px 0; margin: 30px 0;
cursor: pointer; cursor: pointer;
} }
#samples h4 {
text-align: left;
}
#share { #share {
text-align: center; text-align: center;
background: #85b5bb; background: #85b5bb;


+ 1
- 1
transfersh-web/styles/main.css.map
File diff suppressed because it is too large
View File


Loading…
Cancel
Save