Commit 1b840452 authored by Phil Hughes's avatar Phil Hughes Committed by Fatih Acet

Added webkit CSS properties

parent 39fbd189
...@@ -356,6 +356,7 @@ ...@@ -356,6 +356,7 @@
} }
.add-issues-modal { .add-issues-modal {
display: -webkit-flex;
display: flex; display: flex;
position: fixed; position: fixed;
top: 0; top: 0;
...@@ -367,7 +368,9 @@ ...@@ -367,7 +368,9 @@
} }
.add-issues-container { .add-issues-container {
display: -webkit-flex;
display: flex; display: flex;
-webkit-flex-direction: column;
flex-direction: column; flex-direction: column;
width: 90vw; width: 90vw;
height: 85vh; height: 85vh;
...@@ -380,7 +383,9 @@ ...@@ -380,7 +383,9 @@
box-shadow: 0 2px 12px rgba($black, .5); box-shadow: 0 2px 12px rgba($black, .5);
.empty-state { .empty-state {
display: -webkit-flex;
display: flex; display: flex;
-webkit-flex: 1;
flex: 1; flex: 1;
margin-top: 0; margin-top: 0;
...@@ -409,11 +414,14 @@ ...@@ -409,11 +414,14 @@
} }
.add-issues-search { .add-issues-search {
display: -webkit-flex;
display: flex; display: flex;
} }
.add-issues-list { .add-issues-list {
display: -webkit-flex;
display: flex; display: flex;
-webkit-flex: 1;
flex: 1; flex: 1;
padding-top: 3px; padding-top: 3px;
margin-left: -$gl-vert-padding; margin-left: -$gl-vert-padding;
...@@ -441,6 +449,7 @@ ...@@ -441,6 +449,7 @@
} }
.add-issues-list-loading { .add-issues-list-loading {
-webkit-align-self: center;
align-self: center; align-self: center;
width: 100%; width: 100%;
padding-left: $gl-vert-padding; padding-left: $gl-vert-padding;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment