Skip to content

Commit 2e20851

Browse files
Integration of start page scss into roberta.css (#1647)
- delete old/unused system photos - updated joy car preview photo - roberta.css formatted with IntelliJ
1 parent 3151dc3 commit 2e20851

24 files changed

+453
-524
lines changed

OpenRobertaServer/staticResources/app/scss/components/_start.scss

-459
This file was deleted.

OpenRobertaServer/staticResources/app/scss/components/_variables.scss

-47
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,3 @@
1-
/*************************************
2-
***** Custom Variables *****
3-
*************************************/
4-
$primary: #39378B;
5-
$secondary: #FDC300;
6-
$tertiary: #33B8CA;
7-
$quaternary: #88BCE2;
8-
9-
$border-radius--standard: rem(5px);
10-
11-
/*************************************
12-
***** Functions *****
13-
*************************************/
14-
15-
@function svg-icon-arrow($farbe) {
16-
@return url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="'+$farbe+'" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z"/></svg>');
17-
}
18-
19-
/*************************************
20-
***** Animations *****
21-
*************************************/
22-
23-
/*************************************
24-
***** Repeating Classes *****
25-
*************************************/
26-
27-
.transition {
28-
transition: all .3s;
29-
}
30-
31-
.button-big--arrow {
32-
content: "";
33-
height: rem(30px);
34-
width: rem(30px);
35-
background-repeat: no-repeat;
36-
background-size: contain;
37-
position: absolute;
38-
bottom: rem(15px);
39-
right: rem(20px);
40-
@extend .transition;
41-
@media (hover: hover) {
42-
&:hover {
43-
right: rem(15px);
44-
}
45-
}
46-
}
47-
481
/*************************************
492
***** Adding more Breakpoints to Bootstrap *****
503
*************************************/

OpenRobertaServer/staticResources/app/scss/style.scss

+2-9
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
***** Project Libraries *****
33
*************************************/
44

5-
@import "libraries/rem";
6-
//Maybe useful.
5+
// Bootstrap Customization
76
@import "components/variables";
87

98
// Bootstrap Components
@@ -58,10 +57,4 @@
5857
@import "libraries/enjoyhint";
5958
// @import "libraries/prettify"; What is it for? CSS file has some errors.
6059
@import "libraries/huebee.min";
61-
//@import "libraries/neuralnetwork-bundle";
62-
63-
/*************************************
64-
***** New Start Page 2024 *****
65-
*************************************/
66-
67-
@import "components/start";
60+
//@import "libraries/neuralnetwork-bundle";
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-11.4 KB
Loading
-30.1 KB
Binary file not shown.
Binary file not shown.

OpenRobertaServer/staticResources/css/libraries/bootstrap/bootstrap-grid.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaServer/staticResources/css/libraries/bootstrap/bootstrap-reboot.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaServer/staticResources/css/libraries/bootstrap/bootstrap-utilities.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaServer/staticResources/css/libraries/bootstrap/bootstrap.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaServer/staticResources/css/roberta.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaServer/staticResources/css/roberta.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaServer/staticResources/css/style.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

OpenRobertaServer/staticResources/css/style.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)