update sync menus

This commit is contained in:
Luke Pulverenti 2016-08-12 11:54:37 -04:00
parent 43a0e6ccea
commit b2fa34662d
62 changed files with 275 additions and 144 deletions

View file

@ -132,10 +132,16 @@
justify-content: center;
position: relative;
background-clip: content-box !important;
border-radius: 2px;
color: #fff;
}
@media all and (min-width: 600px) {
.cardImageContainer {
border-radius: 2px;
}
}
.visualCardBox .cardImageContainer {
border-radius: 0;
}