File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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);
124124border-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 );
143142border-radius : 10px ;
144143 // border: 0;
145144 // outline: none;
Original file line number Diff line number Diff line change 1313 height : 40px ;
1414 .button {
1515 margin : 9px 7px 0px ;
16- border :green 3px solid ;
1716 -webkit-app-region : no- drag;
1817 }
1918}
Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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;
5453display : flex ;
5554flex-direction : column ;
5655// background-color: $gblue;
57- // border: 2px solid red;
56+
5857}
5958
Original file line number Diff line number Diff line change 33 .container {
44 margin : 40px auto;
55 width : 80% ;
6- border : black 2 px solid;
6+
77 }
88 .button {
99 width : 160px ;
You can’t perform that action at this time.
0 commit comments