Mailspring/internal_packages/theme-picker/styles/theme-picker.less
2016-03-10 15:18:57 -08:00

33 lines
529 B
Plaintext

@import "ui-variables";
.theme-picker {
text-align: center;
cursor: default;
h4 {
font-size: 14.5px;
margin-top: -10px;
margin-bottom: 5px;
}
.clickable-theme-option {
width: 115px;
height: 70px;
margin: 2px;
top: -10px;
iframe {
pointer-events: none;
position: relative;
z-index: 0;
}
}
.create-theme {
width: 100%;
text-align: center;
margin-top: 5px;
a {
color: #3187e1;
text-decoration: none;
cursor: default;
}
}
}