menu.scss
783 Bytes
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
page-menu {
.menu-header{
text-transform: none;
}
.top-menu-page {
background-image: url('../assets/img/background.png');
background-size: cover;
.title{
position: relative;
text-align: center;
.card-title {
position: absolute;
top: 36%;
font-size: 2.0em;
width: 100%;
font-weight: bold;
color: #505050;
}
.card-subtitle {
font-size: 1.0em;
position: absolute;
top: 55%;
width: 100%;
color: #505050;
}
}
.done-icon{
color : yellow;
}
}
}