forked from mystiq/hydrogen-web
Make menu-items uniform
- Same font ,font-size and height. Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
98ef6f4321
commit
65bd74442f
1 changed files with 4 additions and 0 deletions
|
@ -674,6 +674,10 @@ button.link {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
padding: 8px 32px 8px 8px;
|
padding: 8px 32px 8px 8px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
font-size: 1.6rem;
|
||||||
|
height: 24px;
|
||||||
|
display: block;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu .destructive button {
|
.menu .destructive button {
|
||||||
|
|
Loading…
Reference in a new issue