Skip to content

Commit 90e48fb

Browse files
updated pull request
1 parent c020d3d commit 90e48fb

5 files changed

Lines changed: 4 additions & 7 deletions

File tree

app/components/Occupied/styles.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ color: white;
120120
.env-button {
121121
background-color: $gblue;
122122
// background-color: rgb(201, 198, 198);
123-
border: 3px solid rgb(240,153,70);
123+
// border: 3px solid rgb(240,153,70);
124124
border-radius: 10px;
125125
// border: 0;
126126
// outline: none;
@@ -139,7 +139,6 @@ height: 60px;
139139

140140
.env-button2 {
141141
background-color: $gblue;
142-
border: 3px solid rgb(240,153,70);
143142
border-radius: 10px;
144143
// border: 0;
145144
// outline: none;

app/components/WindowBar/styles.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
height: 40px;
1414
.button {
1515
margin: 9px 7px 0px;
16-
border:green 3px solid;
1716
-webkit-app-region: no-drag;
1817
}
1918
}

app/modals/AwsModal/AwsModal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ margin-left: 68px;
1010
margin: 0;
1111
text-align: center;
1212
border-bottom: thin solid $grey;
13-
background-color: red;
13+
background-color: $grey;
1414
border-top-left-radius: 5px;
1515
border-top-right-radius: 5px;
1616
color: $darkgrey;

app/modals/EnvModal/EnvModal.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ height: 100px;
2929

3030
.env-button2 {
3131
background-color: $gblue;
32-
border: 5px solid rgb(240,153,70);
3332
// border: 0;
3433
outline: none;
3534
white-space: nowrap;
@@ -54,6 +53,6 @@ height: 100px;
5453
display: flex;
5554
flex-direction: column;
5655
// background-color: $gblue;
57-
// border: 2px solid red;
56+
5857
}
5958

examples/AWS/AWS-ECS/app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.container {
44
margin: 40px auto;
55
width: 80%;
6-
border: black 2px solid;
6+
77
}
88
.button {
99
width: 160px;

0 commit comments

Comments
 (0)