Skip to content
Snippets Groups Projects
Commit fdcbf5dc authored by john's avatar john
Browse files

reorder css props

parent 2e7979a4
No related branches found
No related tags found
No related merge requests found
...@@ -338,39 +338,42 @@ $white: #fff; ...@@ -338,39 +338,42 @@ $white: #fff;
border-bottom:2px solid; border-bottom:2px solid;
border-color:$light-grey;; border-color:$light-grey;;
} }
.secondLineContainer { .secondLineContainer {
padding-top:1%; padding-top:1%;
.btnFile { .btnFile {
position: relative; background-color: $light-grey;
top:3px; color: #fff;
cursor: pointer;
overflow: hidden; overflow: hidden;
background-color:$light-grey; position: relative;
cursor:pointer;
text-align: center; text-align: center;
color: #fff; top: 3px;
width: 75%; width: 75%;
// padding-top: 4px;
// padding-bottom: 4px;
} }
.btnFile input[type=file] { .btnFile input[type=file] {
position: absolute; border: none !important;
top: 0; color: #fff;
right: 0;
left: 0;
min-width: 100%;
min-height: 100%;
cursor: pointer; cursor: pointer;
display: block;
filter: alpha(opacity=0); filter: alpha(opacity=0);
left: 0;
min-height: 100%;
min-width: 100%;
opacity: 0; opacity: 0;
outline: none; outline: none;
color:#fff;
padding: 10px; padding: 10px;
border:none!important; position: absolute;
display: block; right: 0;
top: 0;
} }
.btnFile:hover input[type=file] { .btnFile:hover input[type=file] {
font-size: 260px; font-size: 260px;
} }
.secondActions { .secondActions {
float:left; float:left;
padding-left: 2%; padding-left: 2%;
......
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