Skip to content

Commit f06ca60

Browse files
committed
Move more variables
1 parent 5ef452f commit f06ca60

File tree

3 files changed

+12
-10
lines changed

3 files changed

+12
-10
lines changed

src/styles/_contributors.scss

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
// Mixins
2-
3-
@mixin mQ($arg) {
4-
@media screen and (max-width: $arg) {
5-
@content;
6-
}
7-
}
8-
91
// Overall fullpage
102

113
.fullpage {

src/styles/_workspaceGreen.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
$pure-green: #00ff00;
2-
$dark-green: #00e000;
31
.GreenScreen {
42
// Hide NavigationBar
53
position: absolute;

src/styles/variables.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ $cadet-color-5: #ffffff;
99

1010
$images-path: '../assets';
1111
$achievement-assets: 'https://source-academy-assets.s3-ap-southeast-1.amazonaws.com/achievement';
12+
13+
// For greenscreen
14+
$pure-green: #00ff00;
15+
$dark-green: #00e000;
16+
17+
// Mixins
18+
19+
@mixin mQ($arg) {
20+
@media screen and (max-width: $arg) {
21+
@content;
22+
}
23+
}

0 commit comments

Comments
 (0)