mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
burger borderfix
This commit is contained in:
parent
bda6b79f1f
commit
ae79596cd0
1 changed files with 5 additions and 2 deletions
|
|
@ -134,8 +134,11 @@ nav {
|
|||
}
|
||||
|
||||
.collapsible label {
|
||||
border-bottom: 0;
|
||||
padding: 0;
|
||||
border: 2px solid #41403e;
|
||||
border-bottom-left-radius: 15px 255px;
|
||||
border-bottom-right-radius: 225px 15px;
|
||||
border-top-left-radius: 255px 15px;
|
||||
border-top-right-radius: 15px 225px;
|
||||
}
|
||||
|
||||
.collapsible > label {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue