aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/static
diff options
context:
space:
mode:
authorBrice Maron <brice@bmaron.net>2019-08-13 23:34:04 +0200
committerAlexis Metaireau <alexis@notmyidea.org>2019-08-18 21:37:20 +0000
commit09d887cde2c2b845b2e4ccbdb64a9044c015a795 (patch)
treeb11cd4e113696a51f905f04062780d93441f50e0 /ihatemoney/static
parent5b2fa36efad85f81e87c94a92658d6785771a7e3 (diff)
downloadihatemoney-mirror-09d887cde2c2b845b2e4ccbdb64a9044c015a795.zip
ihatemoney-mirror-09d887cde2c2b845b2e4ccbdb64a9044c015a795.tar.gz
ihatemoney-mirror-09d887cde2c2b845b2e4ccbdb64a9044c015a795.tar.bz2
add homepage design
Diffstat (limited to 'ihatemoney/static')
-rw-r--r--ihatemoney/static/css/main.css25
1 files changed, 19 insertions, 6 deletions
diff --git a/ihatemoney/static/css/main.css b/ihatemoney/static/css/main.css
index e98b70a..ec8c841 100644
--- a/ihatemoney/static/css/main.css
+++ b/ihatemoney/static/css/main.css
@@ -11,6 +11,9 @@ body {
/* Navbar */
+.navbar-brand span {
+ color: #abe128;
+}
.navbar h1 {
font-size: 1rem;
margin: 0;
@@ -37,11 +40,6 @@ body {
#header {
padding-bottom: 2em;
- margin-bottom: 1em;
- background-color: #abe128;
- background-image: url("../images/gradient.png");
- background-position: center top;
- background-repeat: no-repeat;
}
#header h2 {
@@ -118,11 +116,26 @@ body {
}
/* Home */
-
+.home-container {
+ background: linear-gradient(150deg, #abe128 0%, #43CA61 100%);
+}
+.home {
+ padding-top: 1em;
+ padding-bottom: 3em;
+}
#authentication-form legend {
text-align: right;
}
+.home .card {
+ min-width: 25em;
+ border: 0;
+ border-radius: 0;
+ box-shadow: 0px 0px 10px rgba(83, 88, 93, .40);
+ margin-right: 25px;
+ margin-bottom: 20px;
+ margin-left: 25px;
+}
/* Other */
#bills {