insomnia/app/ui/css/components/banner.less
Gregory Schier 1cf1037c93 Better Redux (#43)
* Started refactoring redux stores

* Oh God huge refactor here

* Sync contenst updates and nested folders

* Fixed render tests

* A bunch of tweaks
2016-11-16 09:18:39 -08:00

23 lines
370 B
Plaintext

@import '../constants/colors';
@import '../constants/dimensions';
.banner {
background: @color-brand;
width: 100%;
color: @bg-super-light;
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: stretch;
}
.banner__content {
margin: @padding-sm;
width: 100%;
}
.banner__close {
padding: @padding-sm @padding-md;
height: 100%;
}