forked from ASKtraining/Training
-
Notifications
You must be signed in to change notification settings - Fork 10
/
main.sass
85 lines (77 loc) · 1.81 KB
/
main.sass
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
@import 'variables'
@import 'progressbar'
@import 'buttons'
@import 'tooltip'
@import 'bootstrap-5.3.2.min.css'
body
font-family: $primary-font
background-color: $primary-color
a
text-decoration: none
color: $primary-color
a:hover,
a:focus,
a:active
color: $secondary-color
.container
.title
font-family: "Josefin Sans"
font-size: 4em
font-weight: bold
.introduction
font-size: 130%
margin-top: 125px
.counter
background-color: $beige
width: 250px
.title
font-size: 120%
.icon
margin-top: -5px
.integer
font-size:250%
font-weight: bold
line-height: 100%
.selected
background: rgba(223, 175, 95, 0.3) !important
.module-item
color: #000
position: relative
cursor: crosshair
.card-title
font-size: 120%
.select-check
margin-left: 10px
.resources
border: 1px $primary-color solid
position: relative
margin-bottom: 10px
h4
background: $primary-color
color: $text-color-light
display: inline-block
margin: -1px 0 2px -1px
padding: 3px 10px
font-size: 100%
.module-details
p
font-size: 120%
.module-icons
p,
a
font-size: 200%
float: left
span.unit
font-size: 40%
.resources
li.list-group-item
a
font-size: 120%
#filters
margin-top:-38px
.cursor-pointer
cursor: pointer
.pointer-none
pointer-events: none
.hide
opacity: 0 !important