vc-customization/eets-wiai.css
2021-02-18 17:36:30 +01:00

59 lines
870 B
CSS

/*
* General styles
* ==============
*/
.course-content {
max-width: 120ch;
margin: 0 auto;
}
/*
* First section
* =============
*/
#section-0 {
background-color: transparent;
border: none;
box-shadow: none;
}
#section-0 .sectionname {
display: none;
}
/**
* Quick links
* ===========
*/
.wiai-quick-link-container {
display: flex;
align-items: center;
justify-content: center;
}
.wiai-quick-link {
height: 60px;
width: 60px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 4px;
margin: 2px;
background-color: var(--bg-color);
background-image: var(--bg-image);
background-position: center;
background-size: cover;
}
.wiai-quick-link:link,
.wiai-quick-link:hover,
.wiai-quick-link:visited,
.wiai-quick-link:active {
color: var(--color);
text-decoration: none;
}