menu.scss
660 Bytes
page-menu {
.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;
}
}
}
}