Button Style Padding
-
Unfotunately after the Update to 1.3 the Button Style in the Cookiebar lost the padding.
The new Style overwrites the padding to 0px.
New Style since 1.3
.cn-button {
font-family: -apple-system,BlinkMacSystemFont,Arial,Roboto,”Helvetica Neue”,sans-serif;
font-weight: 400;
font-size: 13px;
letter-spacing: .25px;
line-height: 20px;
margin: 0;
margin-left: 0px;
padding: 0;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
text-align: center;
text-transform: none;
display: inline-block;
cursor: pointer;
touch-action: manipulation;
white-space: nowrap;
outline: 0;
box-shadow: none;
text-shadow: none;
border: none;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}Style 1.2
#cookie-notice .cn-button {
margin-left: 10px;
}
- The topic ‘Button Style Padding’ is closed to new replies.