combo-plugin-imio-townstreet/combo_plugin_imio_townstreet/static/imio_townstreet/style.scss

19 lines
289 B
SCSS

div.cell.townstreet-button {
a {
text-decoration: none;
div {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
width: 90%;
background: #e40105;
padding-left: 1em;
border-radius: 5px;
h4 {
color: white;
}
}
}
}