Mailspring/static/mixins/windows.less
Ben Gotow 71a5662553 🎨: Smaller buttons, smaller toolbar, smaller text
This should not be considered final, but we do plan to shrink the size of the entire UI slightly to match platform conventions.
2016-02-09 19:45:24 -08:00

12 lines
210 B
Text

.windows-btn-bg {
transition: background 300ms;
background: transparent;
border-radius: 0;
&:hover {
background: #e5e5e5;
}
}
.windows-btn-border {
border: 0;
box-shadow: 0 0 0 2px #e5e5e5;
}