fix radius setting
This commit is contained in:
parent
e1338f5a7f
commit
5e576bff63
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user