Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
51c2ee92c1 |
@@ -1,9 +1,3 @@
|
|||||||
/*
|
|
||||||
Eventually by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
*/
|
|
||||||
|
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* BG */
|
/* BG */
|
||||||
|
|
||||||
#bg {
|
#bg {
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Basic */
|
/* Basic */
|
||||||
|
|
||||||
// MSIE: Required for IEMobile.
|
// MSIE: Required for IEMobile.
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
// Reset.
|
// Reset.
|
||||||
// Based on meyerweb.com/eric/tools/css/reset (v2.0 | 20110126 | License: public domain)
|
// Based on meyerweb.com/eric/tools/css/reset (v2.0 | 20110126 | License: public domain)
|
||||||
|
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Type */
|
/* Type */
|
||||||
|
|
||||||
body, input, select, textarea {
|
body, input, select, textarea {
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Button */
|
/* Button */
|
||||||
|
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Form */
|
/* Form */
|
||||||
|
|
||||||
form {
|
form {
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Icon */
|
/* Icon */
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Icons */
|
/* Icons */
|
||||||
|
|
||||||
ul.icons {
|
ul.icons {
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* List */
|
/* List */
|
||||||
|
|
||||||
ol {
|
ol {
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Section/Article */
|
/* Section/Article */
|
||||||
|
|
||||||
section, article {
|
section, article {
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
|||||||
@@ -1,9 +1,3 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Header */
|
/* Header */
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
|
|||||||
@@ -1,50 +0,0 @@
|
|||||||
///
|
|
||||||
/// Eventually by HTML5 UP
|
|
||||||
/// html5up.net | @ajlkn
|
|
||||||
/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
///
|
|
||||||
|
|
||||||
/* Signup Form */
|
|
||||||
|
|
||||||
#signup-form {
|
|
||||||
@include vendor('display', 'flex');
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
input[type="text"],
|
|
||||||
input[type="password"],
|
|
||||||
input[type="email"] {
|
|
||||||
width: 18em;
|
|
||||||
}
|
|
||||||
|
|
||||||
> * {
|
|
||||||
margin: 0 0 0 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
> :first-child {
|
|
||||||
margin: 0 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
@include breakpoint('<=xsmall') {
|
|
||||||
@include vendor('flex-direction', 'column');
|
|
||||||
|
|
||||||
input[type="type"],
|
|
||||||
input[type="password"],
|
|
||||||
input[type="email"] {
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
> * {
|
|
||||||
margin: 1.25em 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.message {
|
|
||||||
bottom: -1.5em;
|
|
||||||
font-size: 0.9em;
|
|
||||||
height: 1em;
|
|
||||||
left: 0;
|
|
||||||
line-height: inherit;
|
|
||||||
margin-top: 0;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -4,13 +4,7 @@
|
|||||||
@import 'libs/vendor';
|
@import 'libs/vendor';
|
||||||
@import 'libs/breakpoints';
|
@import 'libs/breakpoints';
|
||||||
@import 'fontawesome-all.min.css';
|
@import 'fontawesome-all.min.css';
|
||||||
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
|
@import url(../css/roboto.css);
|
||||||
|
|
||||||
/*
|
|
||||||
Eventually by HTML5 UP
|
|
||||||
html5up.net | @ajlkn
|
|
||||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Breakpoints.
|
// Breakpoints.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user