This repository was archived by the owner on May 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmain.less
68 lines (57 loc) · 1.4 KB
/
main.less
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// The ui-variables file is provided by base themes provided by Atom.
//
// See https://github.com/atom/atom-dark-ui/blob/master/stylesheets/ui-variables.less
// for a full listing of what's available.
@import "ui-variables";
@import "octicon-utf-codes";
.php-integrator-refactoring-strikethrough {
text-decoration: line-through;
}
.php-integrator-refactoring-multi-selection-view {
.list-item {
}
.checkbox {
font-size: x-small;
}
.text-line {
// margin-top: 0.5em;
}
.button-bar {
// margin-top: 0.5em;
.clear-float {
clear: both;
}
}
}
.php-integrator-refactoring-extract-method {
.section-body, .form-control, .control-label, .control-group, .controls {
width: 100%;
}
.preview-area {
atom-text-editor .editor-contents--private {
max-height: 400px !important;
}
}
// Should change to reflect the padding of the theme instead of hardcoded.
.block {
margin-top: 4px;
}
.pull-right {
.inline-block {
margin-left: 9px;
}
}
.checkbox {
// Removing any extra margining to the checkboxes (e.g. Atom Material)
margin-top: 5px;
margin-bottom: 5px;
}
.settings-view .section-body {
margin-top: 0px;
}
.button-bar {
.clear-float {
clear: both;
}
}
}