forked from microsoft/pxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathextension.less
More file actions
45 lines (33 loc) · 768 Bytes
/
extension.less
File metadata and controls
45 lines (33 loc) · 768 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
/* Import all components */
@import 'themes/default/globals/site.variables';
@import 'themes/pxt/globals/site.variables';
iframe.extension-frame {
position: fixed;
z-index: @extensionFrameZIndex;
}
/*******************************
Extension Modal
*******************************/
.ui.modal.extensiondialog .content {
width: 100%;
height: 700px;
}
.ui.modal.extensiondialog #extensionWrapper {
width: 100%;
height: 100%;
}
.permissiondialoginner {
width: 40%;
margin-left: 30%;
margin-bottom: 3em;
}
.permissiondialogheader {
margin-bottom: 1.5em;
font-size: 1.5em;
}
.modals.dimmer.permissiondimmer {
z-index: @extensionPermissionZIndex+1;
}
.ui.modal .actions > .button.deny {
margin-left: 55%
}