forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctionsdialog.less
More file actions
46 lines (35 loc) · 903 Bytes
/
functionsdialog.less
File metadata and controls
46 lines (35 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* Import all components */
@import 'themes/default/globals/site.variables';
@import 'themes/pxt/globals/site.variables';
/* Reference import */
@import (reference) "semantic.less";
#functionEditorWorkspace {
width: 100%;
min-height: 200px;
margin: 0 0 0.8rem 0;
}
#functionEditorWorkspace .injectionDiv {
width: 100%;
min-height: 200px;
}
.ui.modal.createfunction > .content {
padding: 0 !important;
}
.ui.modal.createfunction span.ui.text.paramlabel {
margin: 0.8rem 1.5rem;
}
.ui.modal.createfunction .list button {
margin: 0.5rem;
}
/* Mobile */
@media only screen and (max-width: @largestMobileScreen) {
.ui.modal.createfunction span.ui.text.paramlabel {
margin: 0.8rem 1rem 0.2rem 1rem;
}
.ui.modal.createfunction .list button {
margin: 0.3rem;
}
.ui.modal.createfunction .list {
margin-bottom: 0.5rem;
}
}