Skip to content

Commit 6ec3a53

Browse files
committed
Updated Style
New style for the dashboard frontpage.
1 parent aa2b7f5 commit 6ec3a53

File tree

21 files changed

+75
-57
lines changed

21 files changed

+75
-57
lines changed

src/components/BrowserCell/BrowserCell.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
overflow: hidden;
1111
text-overflow: ellipsis;
1212
cursor: default;
13-
color: #0E69A1;
13+
color: #14606E;
1414
height: 30px;
1515
line-height: 22px;
1616
padding: 5px 4px 0;
1717
border-right: 1px solid #e3e3ea;
1818
}
1919

2020
.empty {
21-
color: #7D929F;
21+
color: #444444;
2222
}
2323

2424
.current {
@@ -28,7 +28,7 @@
2828
position: absolute;
2929
pointer-events: none;
3030
content: '';
31-
border: 2px solid #555572;
31+
border: 2px solid #197182;
3232
top: 0;
3333
left: 0;
3434
right: 0;

src/components/BrowserFilter/BrowserFilter.react.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export default class BrowserFilter extends React.Component {
129129
onClick={this.addRow.bind(this)}
130130
/>
131131
<Button
132-
color="white"
132+
color="primary"
133133
primary={true}
134134
value="Apply these filters"
135135
width="245px"

src/components/BrowserFilter/BrowserFilter.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
padding: 8px;
1717

1818
svg {
19-
fill: #66637A;
19+
fill: #D4D4D4;
2020
}
2121

2222
&:hover svg {
@@ -38,7 +38,7 @@
3838
}
3939

4040
.title {
41-
background: #797691;
41+
background: #444444;
4242
padding: 8px;
4343
border-radius: 5px 5px 0 0;
4444

@@ -79,7 +79,7 @@
7979
top: 30px;
8080
right: 0;
8181
border-radius: 5px 0 5px 5px;
82-
background: #797691;
82+
background: #444444;
8383
width: 535px;
8484
font-size: 14px;
8585
}
@@ -113,7 +113,7 @@
113113
@include MonospaceFont;
114114
height: 30px;
115115
width: 140px;
116-
background: #343445;
116+
background: #114F5A;
117117
border: none;
118118
outline: none;
119119
border-radius: 5px;
@@ -125,7 +125,7 @@
125125
}
126126

127127
.active .row input {
128-
background: #0E69A1;
128+
background: red;
129129
}
130130

131131
.remove {

src/components/BrowserMenu/BrowserMenu.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
padding: 8px 8px 0 8px;
1717

1818
svg {
19-
fill: #66637A;
19+
fill: #D4D4D4;
2020
}
2121

2222
&:hover {
@@ -36,7 +36,7 @@
3636
}
3737

3838
.title {
39-
background: #797592;
39+
background: #444444;
4040
padding: 8px;
4141
border-radius: 5px 5px 0 0;
4242

@@ -68,7 +68,7 @@
6868
top: 30px;
6969
right: 0;
7070
border-radius: 5px 0 5px 5px;
71-
background: #797592;
71+
background: #444444;
7272
padding: 8px 0;
7373
font-size: 14px;
7474
}
@@ -81,7 +81,7 @@
8181
height: 26px;
8282

8383
&:hover {
84-
background: $blue;
84+
background: $noodlOrange;
8585
}
8686

8787
&.disabled {

src/components/Button/Button.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@include DosisFont;
1212
display: inline-block;
1313
height: 30px;
14-
border: 1px solid $blue;
14+
border: 1px solid $noodlOrange;
1515
line-height: 28px;
1616
outline: 0;
1717
text-decoration: none;
@@ -25,17 +25,17 @@
2525
color: $blue;
2626

2727
&:hover, &:focus {
28-
background-color: $blue;
28+
background-color: $noodlOrange;
2929
color: white;
3030
}
3131
}
3232

3333
.primary {
34-
background-color: $blue;
34+
background-color: $noodlOrange;
3535
color: $white;
3636

3737
&:hover, &:focus {
38-
background-color: $darkBlue;
38+
background-color: orange;
3939
}
4040
}
4141

src/components/CategoryList/CategoryList.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
padding-left: 12px;
1717
height: 20px;
1818
line-height: 20px;
19-
border-left: 1px solid #3e87b2;
20-
color: #8fb9cf;
19+
border-left: 1px solid $noodlTealLight;
20+
color: $noodlTealLight;
2121
font-size: 12px;
2222

2323
&.active {

src/components/ColumnsConfiguration/ColumnsConfiguration.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
padding: 0 8px;
77

88
svg {
9-
fill: #66637A;
9+
fill: #D4D4D4;
1010
}
1111

1212
&:hover svg {
@@ -16,7 +16,7 @@
1616

1717
.title {
1818
margin-top: -4px;
19-
background: #797691;
19+
background: #444444;
2020
padding: 4px 8px;
2121
border-radius: 5px 5px 0 0;
2222

@@ -54,7 +54,7 @@
5454
top: 22px;
5555
right: 0;
5656
border-radius: 5px 0 5px 5px;
57-
background: #797691;
57+
background: #444444;
5858
width: 220px;
5959
font-size: 14px;
6060

src/components/DataBrowserHeaderBar/DataBrowserHeaderBar.react.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ export default class DataBrowserHeaderBar extends React.Component {
3131
if (!visible) return;
3232
let wrapStyle = { width };
3333
if (i % 2) {
34-
wrapStyle.background = '#726F85';
34+
wrapStyle.background = '#114F5A';
3535
} else {
36-
wrapStyle.background = '#66637A';
36+
wrapStyle.background = '#14606E';
3737
}
3838
let onClick = null;
3939
if (type === 'String' || type === 'Number' || type === 'Date' || type === 'Boolean') {

src/components/DataBrowserHeaderBar/DataBrowserHeaderBar.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
top: 0;
1313
left: 0;
1414
height: 30px;
15-
background: #66637a;
15+
background: #197182;
1616
white-space: nowrap;
1717
display: inline-block;
1818
min-width: 100%;
@@ -35,7 +35,7 @@
3535
.addColumnButton {
3636
@include DosisFont;
3737
display: inline-block;
38-
background: #343445;
38+
background: #14606E;
3939
height: 20px;
4040
width: 130px;
4141
text-align: center;
@@ -53,7 +53,7 @@
5353
vertical-align: top;
5454
text-align: center;
5555
width: 30px;
56-
background: rgba(224,224,234,0.10);
56+
background: #114F5A
5757
}
5858

5959
.handle {

src/components/FileInput/FileInput.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
height: 30px;
2424
margin-top: 25px;
2525
padding: 0 16px;
26-
border: 1px solid $blue;
26+
border: 1px solid $noodlOrange;
2727
border-radius: 5px;
2828
overflow: hidden;
29-
color: $blue;
29+
color: $noodlOrange;
3030
transition: background 0.5s, color 0.5s;
3131

3232
&:hover {

0 commit comments

Comments
 (0)