discourse-data-explorer/assets/stylesheets/explorer.scss

34 lines
470 B
SCSS
Raw Normal View History

2015-06-29 15:10:24 -04:00
.query-list {
2015-06-30 13:37:48 -04:00
margin: 10px 0;
}
.query-create {
margin: 10px 0;
}
2015-06-30 13:20:22 -04:00
.query-edit {
.name h2 {
display: inline-block;
}
.desc textarea {
width: 200px;
}
.sql textarea {
2015-06-30 15:52:17 -04:00
width: calc(100% - 8px);
2015-06-30 13:20:22 -04:00
height: 100px;
font-family: monospace;
border-color: $tertiary;
}
2015-06-30 15:52:17 -04:00
.left-buttons {
float: left;
}
.right-buttons {
float: right;
}
.clear { clear: both; }
}
2015-06-29 15:10:24 -04:00
.query-list, .query-edit, .query-results {
margin: 10px 0;
}