mirror of
https://github.com/lospec/pixel-editor.git
synced 2023-08-10 21:12:51 +03:00
Continued fixing css
This commit is contained in:
parent
d8369aa9d7
commit
ced6b3d1cd
@ -1612,7 +1612,7 @@ div#pb-options {
|
|||||||
|
|
||||||
#sp-quickstart-container {
|
#sp-quickstart-container {
|
||||||
height:100%;
|
height:100%;
|
||||||
width:75%;
|
width:70%;
|
||||||
float:right;
|
float:right;
|
||||||
position:relative;
|
position:relative;
|
||||||
padding:40px;
|
padding:40px;
|
||||||
@ -1656,11 +1656,10 @@ div#pb-options {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
position:relative;
|
position:relative;
|
||||||
width:100px;
|
width:15%;
|
||||||
height:100px;
|
|
||||||
border-radius:5%;
|
border-radius:5%;
|
||||||
margin-right:30px;
|
margin-right:5%;
|
||||||
margin-top:30px;
|
margin-top:5%;
|
||||||
background-color:$basecolor;
|
background-color:$basecolor;
|
||||||
float:left;
|
float:left;
|
||||||
|
|
||||||
@ -1684,6 +1683,11 @@ div#pb-options {
|
|||||||
width:100%;
|
width:100%;
|
||||||
height:100%;
|
height:100%;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
||||||
|
padding-bottom: 25%;
|
||||||
|
padding-top:25%;
|
||||||
|
float:left;
|
||||||
|
position:relative;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1692,7 +1696,7 @@ div#pb-options {
|
|||||||
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
-moz-box-sizing: border-box; /* Firefox, other Gecko */
|
||||||
box-sizing: border-box; /* Opera/IE 8+ */
|
box-sizing: border-box; /* Opera/IE 8+ */
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width:25%;
|
width: 30% !important;
|
||||||
height:65vh;
|
height:65vh;
|
||||||
padding:20px;
|
padding:20px;
|
||||||
position:relative;
|
position:relative;
|
||||||
@ -1768,7 +1772,7 @@ div#pb-options {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#splash-news {
|
#splash-news {
|
||||||
width:23%;
|
width:24%;
|
||||||
height:100%;
|
height:100%;
|
||||||
background-color: #232125 !important;
|
background-color: #232125 !important;
|
||||||
float: right;
|
float: right;
|
||||||
|
Loading…
Reference in New Issue
Block a user