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

55 lines
843 B
SCSS
Raw Normal View History

2015-07-01 00:21:14 -04:00
.https-warning {
color: $danger;
}
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; }
}
.query-params {
border: 1px solid dark-light-diff($primary, $secondary, 60%, -20%);
input {
margin: 9px;
}
2015-06-30 22:51:38 -04:00
.param {
display: inline-block;
overflow-x: visible;
}
.param-save {
float: right;
margin: 9px;
}
.param-name {
display: inline-block;
width: 70px;
}
}
2015-07-01 00:21:14 -04:00
.query-list, .query-edit, .query-results, .query-params, .https-warning {
2015-06-29 15:10:24 -04:00
margin: 10px 0;
}