Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

Commit

Permalink
style.css: minor cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 9, 2019
1 parent 79eff70 commit bead065
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions source/assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
body {
background-color: #f8f8f8;
font: 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
font-size: 15px;
line-height: 1.5;
padding-top: 80px;
position: relative;
}

.main-container {
background-color: #fff;
margin-bottom: 30px;
padding: 30px 65px 60px 65px;
border-radius: 4px;
box-shadow: 0 0 4px rgba(0, 0, 0, 0.25), inset 0 0 0 rgba(0, 0, 0, 0.1);
margin-bottom: 30px;
padding: 30px 65px 60px 65px;
}

.button-wrapper {
Expand Down Expand Up @@ -318,19 +320,6 @@ h6[id]::before {
text-shadow: none;
}

.defer {
opacity: 0;
}

.no-js .defer {
display: none;
}

.defer.loaded {
opacity: 1;
transition: opacity 0.3s ease;
}

.browserPrompt {
text-align: center;
}
Expand Down

0 comments on commit bead065

Please sign in to comment.