glass-app-manager
Version:
Informatica's Glass Framework CLI for bootstrapping
24 lines (21 loc) • 403 B
text/stylus
.button {
align-items: center;
border: none;
cursor: pointer;
display: inline-flex;
justify-content: center;
line-height: 1;
outline: none;
padding: 0;
white-space: nowrap;
-webkit-appearance: none;
}
a.button {
text-decoration: none;
}
.icon-button {
background: none;
border: none;
cursor: pointer;
outline: none;
}