Skip to content

Commit d930b27

Browse files
clean testing fixtures
1 parent 3fa8259 commit d930b27

File tree

2 files changed

+0
-107
lines changed

2 files changed

+0
-107
lines changed

tests/shared-fixtures/scss/game.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.battlefield-cell-container {
32
display: flex;
43

tests/shared-fixtures/scss/layout.scss

Lines changed: 0 additions & 106 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,6 @@ body {
1919
}
2020
}
2121

22-
.page-sidebar,
23-
.page-content {
24-
transition: all 0.5s ease;
25-
color: #fff;
26-
}
27-
28-
.page-sidebar {
29-
position: fixed;
30-
height: 100%;
31-
left: 0;
32-
z-index: 1000;
33-
overflow-y: auto;
34-
/*background: linear-gradient(to bottom, #b26cab 0%,#765c8b 100%); !* W3C *!*/
35-
background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
36-
border-right: 1px solid #fff;
37-
}
38-
3922
.page-sidebar,
4023
.sidebar-nav > li {
4124
width: 250px;
@@ -60,23 +43,6 @@ body {
6043
}
6144
}
6245

63-
.toggle-btn {
64-
cursor: pointer;
65-
}
66-
67-
.page-header {
68-
font-size: 24px;
69-
margin: 0;
70-
padding: 40px 0 0 20px;
71-
72-
&,
73-
& > span {
74-
line-height: 32px;
75-
height: 75px;
76-
}
77-
78-
}
79-
8046
.sidebar-nav {
8147
list-style-type: none;
8248
padding: 0;
@@ -107,75 +73,3 @@ body {
10773
cursor: pointer;
10874
}
10975
}
110-
111-
.page-content:not(.toggled) .toggle-btn {
112-
opacity: 0;
113-
}
114-
115-
.page-loading {
116-
background: rgba(2, 2, 2, 0.5);
117-
z-index: 10002;
118-
width: 100%;
119-
height: 100%;
120-
position: absolute;
121-
122-
& > .loading-animation {
123-
margin: auto;
124-
top: 50%;
125-
zoom: 4;
126-
}
127-
}
128-
129-
.no-scroll-mode {
130-
position: fixed;
131-
}
132-
133-
#notification-area {
134-
width: calc(100% - 50px);
135-
border: 1px solid;
136-
min-height: 100px;
137-
position: absolute;
138-
border-radius: 10px;
139-
140-
font-size: 72px;
141-
z-index: 1;
142-
text-align: center;
143-
font-style: italic;
144-
}
145-
146-
#notification-area > .notification-control {
147-
float: right;
148-
margin: 10px;
149-
font-size: 24px;
150-
151-
&:hover {
152-
font-weight: bolder;
153-
cursor: pointer;
154-
}
155-
}
156-
157-
#modal-area {
158-
color: #000;
159-
h4, label {
160-
text-transform: uppercase;
161-
}
162-
163-
.help-block {
164-
font-size: 14px;
165-
font-style: italic;
166-
}
167-
}
168-
169-
.container-fluid {
170-
padding-left: 0;
171-
padding-right: 0;
172-
padding-bottom: 25px;
173-
}
174-
175-
.pagination-area {
176-
text-align: center;
177-
}
178-
179-
a.history-title {
180-
color: #F5DEB3;
181-
}

0 commit comments

Comments
 (0)