Skip to content

Commit

Permalink
collapsible bar style fixes
Browse files Browse the repository at this point in the history
remp/remp#353
- fix header font size
- remove top border
- min header height
  • Loading branch information
zoldia committed Mar 13, 2019
1 parent 7919feb commit ea80c6c
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,21 +62,22 @@
.collapsible-bar-header {
text-align: center;
padding: 5px 0;
border-top: 1px solid #111;
background-color: #fff;
font-family: Noto Sans, sans-serif;
font-size: 14px;
color: #5e5e5e;
min-height: 31px;
}
.collapsible-bar-toggle {
position: absolute;
top: 5px;
top: 7px;
right: 0;
text-transform: uppercase;
color: #000;
padding-right: 10px;
cursor: pointer;
font-size: 12px;
}
.collapsible-bar-body {
Expand Down

0 comments on commit ea80c6c

Please sign in to comment.