mirror of
https://github.com/discourse/discourse.git
synced 2024-11-29 20:24:05 -06:00
Updating breakpoint mixin value name
This commit is contained in:
parent
ad04ce9f43
commit
e8a14a3a65
@ -40,7 +40,7 @@
|
|||||||
grid-template-columns: repeat(3, 32%);
|
grid-template-columns: repeat(3, 32%);
|
||||||
grid-column-gap: 2%;
|
grid-column-gap: 2%;
|
||||||
}
|
}
|
||||||
@include breakpoint("mobile") {
|
@include breakpoint("mobile-large") {
|
||||||
grid-template-columns: 100%;
|
grid-template-columns: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -49,7 +49,7 @@
|
|||||||
// Flex and margin are for IE11
|
// Flex and margin are for IE11
|
||||||
flex: 1 1 24%;
|
flex: 1 1 24%;
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
@include breakpoint("mobile") {
|
@include breakpoint("mobile-large") {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -327,7 +327,7 @@
|
|||||||
&:not(:empty) {
|
&:not(:empty) {
|
||||||
padding: 0.5em 1em 0.5em 0;
|
padding: 0.5em 1em 0.5em 0;
|
||||||
}
|
}
|
||||||
@include breakpoint("mobile") {
|
@include breakpoint("mobile-large") {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
padding-right: 0.5em;
|
padding-right: 0.5em;
|
||||||
@ -370,7 +370,7 @@
|
|||||||
.created-by {
|
.created-by {
|
||||||
margin-right: 1em;
|
margin-right: 1em;
|
||||||
padding-top: 0.35em;
|
padding-top: 0.35em;
|
||||||
@include breakpoint("mobile") {
|
@include breakpoint("mobile-large") {
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
@ -385,7 +385,7 @@
|
|||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
min-width: 275px;
|
min-width: 275px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
@include breakpoint("mobile", min-width) {
|
@include breakpoint("mobile-large", min-width) {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -495,7 +495,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@include breakpoint("mobile") {
|
@include breakpoint("mobile-large") {
|
||||||
tr.reviewable-score {
|
tr.reviewable-score {
|
||||||
grid-template-columns: auto auto auto;
|
grid-template-columns: auto auto auto;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user