Background and header change
This commit is contained in:
@@ -9,7 +9,7 @@ body.dashboard {
|
|||||||
margin: 10px 0;
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
background: darken(#ffffff, 8%);
|
background: #fff;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
$base-background-color: #ffffff;
|
$base-background-color: #f1f1f1;
|
||||||
|
|
||||||
$base-font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
$base-font-family: "Avenir Next W01", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
|
||||||
$base-font-weight: 300;
|
$base-font-weight: 300;
|
||||||
|
|||||||
@@ -4259,7 +4259,7 @@ body.dashboard {
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
letter-spacing: 0.08em;
|
letter-spacing: 0.08em;
|
||||||
background: #ffffff;
|
background: #f1f1f1;
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -4360,7 +4360,7 @@ body.dashboard .content {
|
|||||||
body.dashboard .content .row {
|
body.dashboard .content .row {
|
||||||
margin: 10px 0; }
|
margin: 10px 0; }
|
||||||
body.dashboard .content .header {
|
body.dashboard .content .header {
|
||||||
background: #ebebeb;
|
background: #fff;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
@@ -4259,7 +4259,7 @@ body.dashboard {
|
|||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
letter-spacing: 0.08em;
|
letter-spacing: 0.08em;
|
||||||
background: #ffffff;
|
background: #f1f1f1;
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
@@ -4360,7 +4360,7 @@ body.dashboard .content {
|
|||||||
body.dashboard .content .row {
|
body.dashboard .content .row {
|
||||||
margin: 10px 0; }
|
margin: 10px 0; }
|
||||||
body.dashboard .content .header {
|
body.dashboard .content .header {
|
||||||
background: #ebebeb;
|
background: #fff;
|
||||||
padding: 14px;
|
padding: 14px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"css/all.css": "css/all-ebdfae2e.css",
|
"css/all.css": "css/all-5ff1a35a.css",
|
||||||
"js/all.js": "js/all-d8f5640f.js"
|
"js/all.js": "js/all-d8f5640f.js"
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user