Skip to content
Snippets Groups Projects
Commit be8dd0da authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Improve is-icon css class

parent 6f493d94
No related branches found
No related tags found
No related merge requests found
Pipeline #195479 passed
...@@ -642,6 +642,13 @@ export function getButtonCSS() { ...@@ -642,6 +642,13 @@ export function getButtonCSS() {
padding: 0px; padding: 0px;
width: 40px; width: 40px;
height: 40px; height: 40px;
display: flex;
justify-content: center;
align-items: center;
}
button.button.is-icon dbp-icon, .button.is-icon dbp-icon{
top: 0px;
} }
button.button.is-icon:hover:enabled, button.button.is-icon:hover:enabled,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment