-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyles.css
37 lines (34 loc) · 865 Bytes
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.gradient-background{
-fx-background-color: #e6e5e5;
}
.line-color{
-fx-background-color: #b2d8d8;
}
.container{
-fx-background-color: rgba(255, 255, 255, 0.2);
-fx-background-radius: 20;
-fx-background-color: #b2d8d8;
}
.shadow{
-fx-effect: dropShadow(three-pass-box, rgba(0,0,0,0.2),10.0, 0.0 ,0.0,10.0);
}
.gradient-background1{
-fx-background-color: #66b2
}
.container1{
-fx-background-color: rgba(255, 255, 255, 0.2);
-fx-background-radius: 20;
}
.container2{
-fx-background-color: rgba(255, 255, 255, 0.2);
-fx-background-radius: 20;
}
.container3{
-fx-background-color: rgba(255, 255, 255, 0.2);
-fx-background-radius: 20;
-fx-background-color: #24ee2e;
}
.containersignup{
-fx-background-color: rgba(255, 255, 255, 0.2);
-fx-background-radius: 20;
}