Adjusts padding for buttons on gutenberg block when outside of tainacan interface theme.

This commit is contained in:
Mateus Machado Luna 2019-05-20 16:02:15 -03:00
parent b1fe577e99
commit aef3100555
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@
display: flex; display: flex;
width: 100%; width: 100%;
align-items: stretch; align-items: stretch;
text-decoration: none; text-decoration: none !important;
&:hover { &:hover {
text-decoration: none; text-decoration: none;
} }
@ -162,6 +162,7 @@
button { button {
margin-right: 0.75rem; margin-right: 0.75rem;
padding: 0 0.35rem;
min-height: 28px; min-height: 28px;
z-index: 2; z-index: 2;
border: none; border: none;