Updated css for ajouter-un-album
This commit is contained in:
parent
cb69a62603
commit
c159495a59
6 changed files with 71 additions and 268 deletions
|
@ -4,40 +4,61 @@
|
|||
padding: 0 .75rem;
|
||||
}
|
||||
|
||||
.list{
|
||||
padding: 0.5rem 0.75rem;
|
||||
border-bottom: 1px solid #dbdbdb;
|
||||
.list {
|
||||
margin-top: 2rem;
|
||||
|
||||
&:nth-child(2n) {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.item{
|
||||
padding: 0.5rem 0.75rem;
|
||||
border-bottom: 1px solid #dbdbdb;
|
||||
|
||||
.title {
|
||||
font-weight: 800;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
@include respond-to("large") {
|
||||
&:nth-child(2n) {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
}
|
||||
@include respond-to("large-up") {
|
||||
border-left: 1px solid #dbdbdb;
|
||||
|
||||
.grid {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 2px solid #4a4a4a;
|
||||
}
|
||||
|
||||
.items {
|
||||
span {
|
||||
margin-right: 0.6rem;
|
||||
|
||||
&::after {
|
||||
content: ",";
|
||||
&:first-child,
|
||||
&:nth-child(2) {
|
||||
border-top: 1px solid #dbdbdb;
|
||||
}
|
||||
|
||||
&:nth-child(2n),
|
||||
&:last-child {
|
||||
&::after {
|
||||
margin-right: 0;
|
||||
content: "";
|
||||
}
|
||||
border-right: 1px solid #dbdbdb;
|
||||
margin-right: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.title {
|
||||
font-weight: 800;
|
||||
font-size: 1.4rem;
|
||||
}
|
||||
|
||||
.grid {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
img {
|
||||
border: 2px solid #4a4a4a;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.items {
|
||||
span {
|
||||
margin-right: 0.6rem;
|
||||
|
||||
&::after {
|
||||
content: ",";
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
&::after {
|
||||
margin-right: 0;
|
||||
content: "";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue