orleans: update cancel button color (#36613)

This commit is contained in:
Serghei Mihai 2019-10-15 09:44:40 +02:00
parent 7eed800ed0
commit 527183ed9c
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@
src: url('fonts/thesans_light_plain-webfont.eot'), url('fonts/thesans_light_plain-webfont.woff2') format('woff2'), url('fonts/thesans_light_plain-webfont.woff') format('woff'), url('fonts/thesans_light_plain-webfont.ttf') format('truetype');
}
%cancel-button {
@extend %cancel-button;
background: #DBDBDB;
color: #333;
&:hover {
background: #D1D1D1;
color: #555;
}
}
#content div#sidebar {
order: 2;
div.cell {