Commit c9256ccf authored by Regis's avatar Regis

fix border radius bottom for header

parent 25ef6a3c
...@@ -390,7 +390,8 @@ ...@@ -390,7 +390,8 @@
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
border-color: $border-color; border-color: $border-color;
border-radius: 3px; border-top-right-radius: 3px;
border-top-left-radius: 3px;
padding: 10px; padding: 10px;
margin-bottom: -1px; margin-bottom: -1px;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment