Second round de modifications
This commit is contained in:
@@ -247,6 +247,14 @@
|
||||
margin: 0 0 0.25rem;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
flex: auto;
|
||||
input {
|
||||
width: 2.5rem;
|
||||
text-align: center;
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
&:nth-child(4) {
|
||||
flex: auto;
|
||||
input {
|
||||
width: 1rem;
|
||||
@@ -254,14 +262,14 @@
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
&:nth-child(4),
|
||||
&:nth-child(5) {
|
||||
&:nth-child(5),
|
||||
&:nth-child(6) {
|
||||
flex: 60%;
|
||||
input {
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
&:nth-child(5) {
|
||||
&:nth-child(6) {
|
||||
flex: 40%;
|
||||
input {
|
||||
margin-right: 0;
|
||||
@@ -272,16 +280,16 @@
|
||||
}
|
||||
.mid-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
.side-col {
|
||||
width: 30%;
|
||||
flex: 0 0 100%;
|
||||
}
|
||||
.central-col {
|
||||
width: 40%;
|
||||
flex: 1;
|
||||
width: 100%;
|
||||
}
|
||||
.rings {
|
||||
padding: 0;
|
||||
margin-top: 1rem;
|
||||
margin-top: 0.5rem;
|
||||
width: 100%;
|
||||
}
|
||||
.social-content,
|
||||
.attributes-wrapper {
|
||||
@@ -538,8 +546,8 @@
|
||||
right: 0.85rem;
|
||||
}
|
||||
}
|
||||
li:nth-child(3),
|
||||
li:nth-child(5) {
|
||||
li:nth-child(4),
|
||||
li:nth-child(6) {
|
||||
.attribute-label {
|
||||
&:before {
|
||||
height: calc(100% - 0.6rem);
|
||||
|
||||
Reference in New Issue
Block a user