fix radius setting

This commit is contained in:
Mario Vavti 2015-09-10 22:22:51 +02:00
parent e1338f5a7f
commit 5e576bff63

View File

@ -1870,7 +1870,7 @@ nav .dropdown-menu {
.generic-content-wrapper { .generic-content-wrapper {
border: 1px solid #ccc; border: 1px solid #ccc;
box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
border-radius: 4px; border-radius: $radiuspx;
background-color: #fff; background-color: #fff;
} }