Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clean testing fixtures
  • Loading branch information
eugene-matvejev committed Jun 30, 2016
commit d930b27f6b90f10cc562bc41861db1b493ea65e5
1 change: 0 additions & 1 deletion tests/shared-fixtures/scss/game.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

.battlefield-cell-container {
display: flex;

Expand Down
106 changes: 0 additions & 106 deletions tests/shared-fixtures/scss/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,23 +19,6 @@ body {
}
}

.page-sidebar,
.page-content {
transition: all 0.5s ease;
color: #fff;
}

.page-sidebar {
position: fixed;
height: 100%;
left: 0;
z-index: 1000;
overflow-y: auto;
/*background: linear-gradient(to bottom, #b26cab 0%,#765c8b 100%); !* W3C *!*/
background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
border-right: 1px solid #fff;
}

.page-sidebar,
.sidebar-nav > li {
width: 250px;
Expand All @@ -60,23 +43,6 @@ body {
}
}

.toggle-btn {
cursor: pointer;
}

.page-header {
font-size: 24px;
margin: 0;
padding: 40px 0 0 20px;

&,
& > span {
line-height: 32px;
height: 75px;
}

}

.sidebar-nav {
list-style-type: none;
padding: 0;
Expand Down Expand Up @@ -107,75 +73,3 @@ body {
cursor: pointer;
}
}

.page-content:not(.toggled) .toggle-btn {
opacity: 0;
}

.page-loading {
background: rgba(2, 2, 2, 0.5);
z-index: 10002;
width: 100%;
height: 100%;
position: absolute;

& > .loading-animation {
margin: auto;
top: 50%;
zoom: 4;
}
}

.no-scroll-mode {
position: fixed;
}

#notification-area {
width: calc(100% - 50px);
border: 1px solid;
min-height: 100px;
position: absolute;
border-radius: 10px;

font-size: 72px;
z-index: 1;
text-align: center;
font-style: italic;
}

#notification-area > .notification-control {
float: right;
margin: 10px;
font-size: 24px;

&:hover {
font-weight: bolder;
cursor: pointer;
}
}

#modal-area {
color: #000;
h4, label {
text-transform: uppercase;
}

.help-block {
font-size: 14px;
font-style: italic;
}
}

.container-fluid {
padding-left: 0;
padding-right: 0;
padding-bottom: 25px;
}

.pagination-area {
text-align: center;
}

a.history-title {
color: #F5DEB3;
}