Skip to content

Commit

Permalink
Latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kesnel committed Jul 12, 2021
1 parent 10ead9a commit 0e21fcf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
11 changes: 7 additions & 4 deletions static/asset/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,21 @@
--co-text-fade: #696f7c;

/** Backgrounds **/
--bg-fade: #eceff8;
--co-fade: rgb(219, 243, 255);
--co-1-fade: rgb(218, 255, 230);
--bg-fade: #f5f5f5;

--gd: linear-gradient(90deg,var(--co), var(--co-1));
--gd-reverse: linear-gradient(90deg,var(--co-1), var(--co));

--gd-fade: linear-gradient(90deg,var(--co-fade), var(--co-1-fade));
--gd-fade-reverse: linear-gradient(90deg,var(--co-1-fade), var(--co-fade));


--shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;

/** Borders **/
--co-bdr: #d8d8d875;
--co-bdr-fade: #34343b3f;
--co-bdr-dark: #34343b0e;
--co-bdr: #f0f2f5;

/** Fonts Text **/
--f: 'Mulish', var(--f-variables);
Expand Down
6 changes: 4 additions & 2 deletions static/asset/style/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
width: 100%;
height: 650px;

background: var(--bg-fade);
background: var(--gd-fade-reverse);
}

.banner .ova{
Expand Down Expand Up @@ -54,6 +54,8 @@

padding: 45px 50px;
border-radius: 10px;

box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.hero-txt{
Expand All @@ -80,7 +82,7 @@
width: 100%;
text-align: center;

background: var(--co);
background: var(--gd);
font-weight: 700;
color: var(--co-white);

Expand Down

0 comments on commit 0e21fcf

Please sign in to comment.