Skip to content

Commit 3fda80e

Browse files
committed
removed stylesheet for app, merge every global files into index.scss
1 parent aef3529 commit 3fda80e

27 files changed

Lines changed: 79 additions & 395 deletions

File tree

app/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from 'react';
22
import Splash from './components/Splash/Splash';
33
import DashboardContainer from './containers/DashboardContainer/DashboardContainer';
4-
import './stylesheets/scrollBar.scss';
4+
import './index.scss';
55

66

77
// this is the fitness gram pacer test

app/charts/RequestTypesChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useContext } from 'react';
22
import Plot from 'react-plotly.js';
33
import { CommsContext } from '../context/CommsContext';
4-
import '../stylesheets/index.scss';
4+
import '../index.scss';
55

66
const RequestTypesChart: React.FC = React.memo(() => {
77
const { commsData } = useContext(CommsContext);

app/components/About/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../stylesheets/index.scss';
1+
@import '../../index.scss';
22

33
.about {
44
min-width: 421px;
@@ -72,4 +72,4 @@
7272

7373
p {
7474
padding-left: 10px;
75-
}
75+
}

app/components/ApplicationsCard/styles.scss

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
@import '../../stylesheets/index.scss';
1+
@import '../../index.scss';
32

43
.card {
54
display: flex;
@@ -66,7 +65,6 @@
6665
}
6766
}
6867

69-
7068
#card-MongoDB {
7169
&:hover .databaseIconHeader {
7270
visibility: hidden;
@@ -245,4 +243,4 @@
245243
#serviceName {
246244
font-size: 11px;
247245
margin-top: 6px;
248-
}
246+
}

app/components/Contact/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../stylesheets/index.scss';
1+
@import '../../index.scss';
22

33
.contact {
44
display: flex;
@@ -164,4 +164,4 @@ input[type='file'] {
164164
&:hover {
165165
color: blue !important;
166166
}
167-
}
167+
}

app/components/DashboardIcons/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../stylesheets/index.scss';
1+
@import '../../index.scss';
22

33
.dashboardIconWrapper {
44
margin-right: 37px;
@@ -143,4 +143,4 @@
143143
.personIconArea .personTooltip {
144144
color: $gyellow;
145145
text-align: center;
146-
}
146+
}

app/components/FirstLaunch/styles.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../stylesheets/index.scss';
1+
@import '../../index.scss';
22

33
.btns {
44
display: flex;
@@ -22,7 +22,6 @@
2222
height: 100vh;
2323
opacity: 1;
2424

25-
2625
.logo-container {
2726
height: auto;
2827
width: 40%;
@@ -144,4 +143,4 @@
144143
100% {
145144
opacity: 1;
146145
}
147-
}
146+
}

app/components/Header/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../stylesheets/index.scss';
1+
@import '../../index.scss';
22
.microservice-header {
33
width: 100%;
44
@include centerWithFlex(center);
@@ -209,4 +209,4 @@ label.select {
209209
background-color: #67688d;
210210
}
211211
}
212-
}
212+
}

app/components/Occupied/styles.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
@import '../../stylesheets/index.scss';
1+
@import '../../index.scss';
22

33
// MAIN DASHBOARD
44
.dashboardArea {
55
display: flex;
66
flex-direction: column;
77
justify-content: flex-start;
8-
padding-top:2rem;
8+
padding-top: 2rem;
99
}
1010

1111
// HEADER
@@ -103,6 +103,6 @@ select:-webkit-autofill:focus {
103103
text-decoration: none;
104104
}
105105

106-
a{
106+
a {
107107
text-decoration: none;
108-
}
108+
}

app/components/Setting/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '../../stylesheets/index.scss';
1+
@import '../../index.scss';
22

33
.settings {
44
display: flex;
@@ -45,4 +45,4 @@
4545
color: $white;
4646
background-color: $black;
4747
box-shadow: $boxshadow2;
48-
}
48+
}

0 commit comments

Comments
 (0)