Skip to content
Snippets Groups Projects
Commit 7c16a63a authored by danieldeng2's avatar danieldeng2
Browse files

Merge branch 'master' of gitlab.doc.ic.ac.uk:edtech/scientia

parents e6c0451a 81196426
No related branches found
No related tags found
No related merge requests found
@import "assets/scss/custom";
.moduleCard {
background: #ffffff;
height: 100%;
box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
background: #ffffff;
height: 100%;
box-shadow: 0 0.125rem 0.625rem 0 rgba(0, 0, 0, 0.1);
border-width: 0rem;
border-radius: 0.5rem !important;
transition: transform .2s;
}
.moduleCard:hover {
transform: scale(1.05);
}
.moduleCard :global(.card-header) {
......@@ -30,7 +35,6 @@
padding: 0.5rem;
}
.moduleCardHeader {
font-weight: 600;
font-size: 1.125rem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment