Skip to content

Commit

Permalink
[#3413] - make action button fixed in assignments
Browse files Browse the repository at this point in the history
  • Loading branch information
Marvin Kome committed Feb 13, 2020
1 parent 64cba80 commit 7213da9
Showing 1 changed file with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,13 @@

.assignment-body {
display: flex;
height: 100%;

.assignment-sidebar {
flex: 1;
background: #e8e8e8;
padding: 5px 0px;
min-height: 450px;
height: 470px;

li {
display: flex;
Expand Down Expand Up @@ -159,6 +160,7 @@
.assignment-main {
flex: 4;
color: #444;
height: 470px;

.settings {
padding: 15px 25px;
Expand Down Expand Up @@ -295,9 +297,12 @@
.devices-action-page {
position: relative;
height: 100%;
display: flex;
flex-direction: column;

.header {
display: flex;
flex: 1;
justify-content: space-between;
padding: 15px 3em;
align-items: center;
Expand All @@ -316,6 +321,9 @@
.body {
padding: 15px 3em;
padding-bottom: 3em;
flex: 1 1 auto;
overflow: auto;
height: 100%;

.assignment-device-selector {
margin-bottom: 1.5em;
Expand Down Expand Up @@ -370,9 +378,8 @@
}

.footer {
position: absolute;
bottom: 0;
width: 100%;
flex: 1;

.footer-inner {
display: flex;
Expand Down

0 comments on commit 7213da9

Please # to comment.