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

Add new button is-icon class

parent bf17957f
No related branches found
No related tags found
No related merge requests found
Pipeline #194187 passed
<?xml version="1.0" encoding="UTF-8"?><svg width="37px" height="37px" stroke-width="1.5" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg" color="#000000"><path d="M12 15a3 3 0 100-6 3 3 0 000 6z" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path><path d="M19.622 10.395l-1.097-2.65L20 6l-2-2-1.735 1.483-2.707-1.113L12.935 2h-1.954l-.632 2.401-2.645 1.115L6 4 4 6l1.453 1.789-1.08 2.657L2 11v2l2.401.655L5.516 16.3 4 18l2 2 1.791-1.46 2.606 1.072L11 22h2l.604-2.387 2.651-1.098C16.697 18.831 18 20 18 20l2-2-1.484-1.75 1.098-2.652 2.386-.62V11l-2.378-.605z" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path></svg>
\ No newline at end of file
...@@ -633,6 +633,14 @@ export function getButtonCSS() { ...@@ -633,6 +633,14 @@ export function getButtonCSS() {
border-radius: calc(var(--dbp-border-radius) / 2); border-radius: calc(var(--dbp-border-radius) / 2);
font-size: 0.75rem; font-size: 0.75rem;
} }
button.button.is-icon, .button.is-icon {
border: none;
font-size: 1.5rem;
padding: 0px;
width: 40px;
height: 40px;
}
button.button.is-primary, button.button.is-primary,
.button.is-primary { .button.is-primary {
......
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