Mailspring/static/mixins/windows.less

13 lines
214 B
Plaintext
Raw Normal View History

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