Skip to content

Commit fea809a

Browse files
committed
2.0 - Updating interface
1 parent f105886 commit fea809a

File tree

7 files changed

+29
-15
lines changed

7 files changed

+29
-15
lines changed

dist/assets/css/main.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ a:active {
113113
#app-container {
114114
position: relative;
115115
height: 100%;
116-
background: linear-gradient(120deg, rgba(255, 38, 38, 0.1) 0%, var(--c-base) 30%);
116+
background: linear-gradient(120deg, rgba(0, 243, 255, 0.1) 0%, var(--c-base) 30%);
117117
}
118118

119119
.btn {
@@ -230,7 +230,7 @@ a:active {
230230
.col-2 {
231231
width: calc(40% - var(--menu-diff));
232232
left: calc(60% - var(--menu-diff));
233-
background: linear-gradient(-90deg, rgba(255, 0, 0, 0.05) 0%, #1d1d25 30%);
233+
background: linear-gradient(-90deg, rgba(0, 243, 255, 0.05) 0%, #1d1d25 30%);
234234
}
235235

236236
.col-3 {
@@ -946,6 +946,11 @@ select {
946946
-webkit-appearance: none;
947947
}
948948

949+
select option {
950+
background-color: var(--c-base);
951+
color: var(--c-white);
952+
}
953+
949954
.round-check {
950955
position: absolute;
951956
right: 0;
@@ -1551,7 +1556,7 @@ iframe {
15511556
width: 100%;
15521557
height: 39px;
15531558
padding: 8px;
1554-
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
1559+
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
15551560
position: relative;
15561561
z-index: 1;
15571562
}
@@ -1651,7 +1656,7 @@ iframe {
16511656
}
16521657

16531658
.video-item-settings {
1654-
background-color: rgba(0, 0, 0, 0.6);
1659+
background-color: rgba(0, 0, 0, 0.4);
16551660
color: var(--c-white);
16561661
position: absolute;
16571662
right: 0;
@@ -2029,7 +2034,7 @@ iframe {
20292034

20302035
#app-container.light-mode .col-2,
20312036
#app-container.light-mode .col-3 {
2032-
background-color: var(--c-white);
2037+
background: var(--c-white);
20332038
}
20342039

20352040
#app-container.light-mode .col-2 .app-content,

scss/_forms.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
select {
22
-webkit-appearance: none;
3+
option {
4+
background-color: var(--c-base);
5+
color: var(--c-white);
6+
}
37
}
48

59
.round-check {

scss/_global.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ a {
4242
#app-container {
4343
position: relative;
4444
height: 100%;
45-
background: linear-gradient(120deg, rgba(255, 38, 38, 0.1) 0%, var(--c-base) 30%);
45+
background: linear-gradient(120deg, rgba(0, 243, 255, 0.1) 0%, var(--c-base) 30%);
4646
}

scss/_grid.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
&-2 {
2121
width: calc(40% - var(--menu-diff));
2222
left: calc(60% - var(--menu-diff));
23-
background: linear-gradient(-90deg, rgba(255, 0, 0, 0.05) 0%, #1d1d25 30%);
23+
background: linear-gradient(-90deg, rgba(0, 243, 255, 0.05) 0%, #1d1d25 30%);
2424
}
2525
&-3 {
2626
width: calc(60% - var(--menu-diff));

scss/_videos.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ iframe {
6666
width: 100%;
6767
height: 39px;
6868
padding: 8px;
69-
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
69+
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
7070
position: relative;
7171
z-index: 1;
7272
&-btn {
@@ -151,7 +151,7 @@ iframe {
151151
width: 100%;
152152
}
153153
&-settings {
154-
background-color: rgba(0, 0, 0, 0.6);
154+
background-color: rgba(0, 0, 0, 0.4);
155155
color: var(--c-white);
156156
position: absolute;
157157
right: 0;

scss/theme/light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.col-2,
1111
.col-3 {
12-
background-color: var(--c-white);
12+
background: var(--c-white);
1313
.app-content {
1414
color: var(--c-black);
1515
}

src/assets/css/main.css

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ a:active {
113113
#app-container {
114114
position: relative;
115115
height: 100%;
116-
background: linear-gradient(120deg, rgba(255, 38, 38, 0.1) 0%, var(--c-base) 30%);
116+
background: linear-gradient(120deg, rgba(0, 243, 255, 0.1) 0%, var(--c-base) 30%);
117117
}
118118

119119
.btn {
@@ -230,7 +230,7 @@ a:active {
230230
.col-2 {
231231
width: calc(40% - var(--menu-diff));
232232
left: calc(60% - var(--menu-diff));
233-
background: linear-gradient(-90deg, rgba(255, 0, 0, 0.05) 0%, #1d1d25 30%);
233+
background: linear-gradient(-90deg, rgba(0, 243, 255, 0.05) 0%, #1d1d25 30%);
234234
}
235235

236236
.col-3 {
@@ -946,6 +946,11 @@ select {
946946
-webkit-appearance: none;
947947
}
948948

949+
select option {
950+
background-color: var(--c-base);
951+
color: var(--c-white);
952+
}
953+
949954
.round-check {
950955
position: absolute;
951956
right: 0;
@@ -1551,7 +1556,7 @@ iframe {
15511556
width: 100%;
15521557
height: 39px;
15531558
padding: 8px;
1554-
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
1559+
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
15551560
position: relative;
15561561
z-index: 1;
15571562
}
@@ -1651,7 +1656,7 @@ iframe {
16511656
}
16521657

16531658
.video-item-settings {
1654-
background-color: rgba(0, 0, 0, 0.6);
1659+
background-color: rgba(0, 0, 0, 0.4);
16551660
color: var(--c-white);
16561661
position: absolute;
16571662
right: 0;
@@ -2029,7 +2034,7 @@ iframe {
20292034

20302035
#app-container.light-mode .col-2,
20312036
#app-container.light-mode .col-3 {
2032-
background-color: var(--c-white);
2037+
background: var(--c-white);
20332038
}
20342039

20352040
#app-container.light-mode .col-2 .app-content,

0 commit comments

Comments
 (0)