New question ui
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
2a14697a06
commit
0961fbfdd7
25 changed files with 851 additions and 809 deletions
|
|
@ -20,4 +20,11 @@
|
|||
*
|
||||
*/
|
||||
|
||||
@import 'icons'
|
||||
// Various variables used by this app
|
||||
:root {
|
||||
--header-height: $header-height;
|
||||
--top-bar-height: 60px;
|
||||
}
|
||||
|
||||
@import 'variables';
|
||||
@import 'icons';
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
@include icon-black-white('answer-short', 'forms', 1);
|
||||
@include icon-black-white('answer-long', 'forms', 1);
|
||||
@include icon-black-white('answer-checkbox', 'forms', 1);
|
||||
@include icon-black-white('answer-multiple', 'forms', 1);
|
||||
@include icon-black-white('drag-handle', 'forms', 1);
|
||||
|
||||
.icon-yes {
|
||||
@include icon-color('checkmark', 'actions', $color-success, 1, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue