Skip to content

Commit e379770

Browse files
committed
cleanup stylesheet
1 parent 5050926 commit e379770

File tree

1 file changed

+13
-180
lines changed

1 file changed

+13
-180
lines changed

src/stylesheet.scss

Lines changed: 13 additions & 180 deletions
Original file line numberDiff line numberDiff line change
@@ -1,197 +1,30 @@
11
@import '~bootstrap/scss/bootstrap';
22

3-
.flex-container {
4-
display: flex;
5-
height: 100vh;
6-
}
7-
8-
.sidebar {
9-
flex: 0 0 auto;
10-
padding: 0 2rem;
11-
background-color: #f5f2f0;
12-
height: 100vh;
13-
width: 300px;
14-
overflow: auto;
15-
float: left;
16-
}
17-
18-
.globsidebar {
19-
right: 0px;
20-
float: right;
21-
}
22-
23-
.content-wrapper {
24-
flex: 1 1 auto;
25-
overflow: auto;
26-
}
27-
28-
.content {
29-
margin: 0 2rem;
30-
}
31-
32-
/* Remove default bullets */
33-
ul,
34-
#myUL {
35-
list-style-type: none;
36-
padding-left: 10px;
37-
font-size: small;
38-
}
39-
40-
/* Remove margins and padding from the parent ul */
41-
#myUL {
42-
margin: 0;
43-
padding: 0;
44-
}
45-
46-
/* Style the caret/arrow */
47-
.caret {
48-
cursor: pointer;
49-
user-select: none;
50-
/* Prevent text selection */
51-
}
52-
53-
.cursor {
54-
cursor: pointer;
55-
}
56-
57-
/* Create the caret/arrow with a unicode, and style it */
58-
.caret::before {
59-
content: "\25B6";
60-
color: black;
61-
display: inline-block;
62-
margin-right: 6px;
63-
}
64-
65-
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
66-
.caret-down::before {
67-
transform: rotate(90deg);
68-
}
69-
70-
.remove-margin {
71-
margin: 0px;
72-
}
73-
74-
.tab-content {
75-
padding-top: ($spacer * .5) !important;
76-
}
77-
78-
.filebox {
79-
background-color: #f5f2f0;
80-
}
81-
82-
.filebox ul {
83-
padding-left: 10px;
84-
}
85-
86-
.arrow {
87-
background-color: black;
88-
width: 40px;
89-
height: 2px;
90-
display: inline-block;
91-
position: absolute;
92-
left: 0px;
93-
}
94-
95-
.arrow-carret {
96-
color: black;
97-
display: inline-block;
98-
position: absolute;
99-
top: -12px;
100-
left: 36px;
101-
font-size: larger;
102-
}
103-
104-
.relative {
105-
position: relative;
106-
}
107-
108-
.warning {
109-
background-color: #fde1ed;
110-
font-weight: bold;
111-
padding-top: 3px;
112-
padding-bottom: 3px;
113-
padding-left: 40px;
114-
}
115-
116-
.dot {
117-
height: 5px;
118-
width: 5px;
119-
background-color: #DD4A68;
120-
border-radius: 50%;
121-
display: inline-block;
122-
margin-bottom: 2px;
123-
margin-left: 3px;
124-
}
125-
126-
.filename {
127-
margin: 5px;
128-
}
129-
130-
.warnitem {
131-
margin-bottom: 10px;
132-
background-color: #dcd9d8;
133-
}
134-
135-
.menu {
136-
margin-top: 10px;
137-
margin-bottom: 25px;
138-
display: flex;
139-
flex-flow: row wrap;
140-
justify-content: space-evenly;
3+
.main {
4+
padding-top: 48px;
1415
}
1426

143-
.menuitem {
7+
.fun-cfg {
8+
min-height: 0;
1449
flex-grow: 1;
145-
flex-shrink: 1;
146-
padding: 6px;
147-
background-color: #f5f2f0;
148-
border-radius: 8px;
149-
margin-right: 5px;
150-
cursor: pointer;
151-
text-align: center;
152-
border: solid;
153-
border-color: #aba9a8;
154-
border-width: 1px;
155-
}
156-
157-
.menuitem:hover {
158-
background-color: #dcd9d8;
159-
}
160-
161-
.menuitemSelected {
162-
background-color: #dcd9d8;
163-
}
164-
165-
.differentState {
166-
background-color: #fde1ed;
16710
}
16811

169-
.sameState {
170-
background-color: white;
171-
}
172-
173-
.min-w-100 {
174-
min-width: 100%;
175-
}
176-
177-
ol, ul {
178-
padding-left: 1rem;
12+
.text-link {
13+
text-decoration: none;
17914
}
18015

18116
.link-like:hover {
18217
text-decoration: underline;
18318
cursor: pointer;
18419
}
18520

186-
.main {
187-
padding-top: 48px;
188-
}
189-
190-
.fun-cfg {
191-
min-height: 0;
192-
flex-grow: 1;
21+
.tab-content {
22+
padding-top: ($spacer * .5) !important;
19323
}
19424

195-
.text-link {
196-
text-decoration: none;
25+
/* Remove default bullets */
26+
ul {
27+
list-style-type: none;
28+
padding-left: 10px;
29+
font-size: small;
19730
}

0 commit comments

Comments
 (0)