Fixed issue #317 Porject details layout
parent
55001a01b5
commit
be3234511f
|
@ -1,4 +1,8 @@
|
||||||
.project-details {
|
.project-details {
|
||||||
|
form {
|
||||||
|
max-width: 700px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
input[type="text"],
|
input[type="text"],
|
||||||
textarea {
|
textarea {
|
||||||
@extend %title;
|
@extend %title;
|
||||||
|
@ -12,9 +16,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: .2rem;
|
margin-bottom: .2rem;
|
||||||
}
|
}
|
||||||
input[type="text"] {
|
|
||||||
width: 50%;
|
|
||||||
}
|
|
||||||
textarea {
|
textarea {
|
||||||
height: 10rem;
|
height: 10rem;
|
||||||
}
|
}
|
||||||
|
|
|
@ -220,8 +220,8 @@
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
div {
|
div {
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
|
||||||
margin-right: 1%;
|
margin-right: 1%;
|
||||||
|
position: relative;
|
||||||
width: 49%;
|
width: 49%;
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Reference in New Issue