insomnia/app/css/components/response.scss

12 lines
157 B
SCSS
Raw Normal View History

2016-03-16 05:49:42 +00:00
@import '../constants/colors';
#response {
.header {
2016-03-16 23:34:25 +00:00
// HACK: Find some way to center this vertically
.tag {
margin-top: 10px;
}
2016-03-16 05:49:42 +00:00
}
}