🚧 Classname tweak
This commit is contained in:
parent
e1bc4b39f8
commit
a4ca7993b5
2 changed files with 5 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ pub enum BreakPoint {
|
|||
impl ToString for BreakPoint {
|
||||
fn to_string(&self) -> String {
|
||||
match self {
|
||||
BreakPoint::None => "pt-bp__no".to_string(),
|
||||
BreakPoint::None => "pt-bp__none".to_string(),
|
||||
BreakPoint::SM => "pt-bp__sm".to_string(),
|
||||
BreakPoint::MD => "pt-bp__md".to_string(),
|
||||
BreakPoint::LG => "pt-bp__lg".to_string(),
|
||||
|
|
|
|||
|
|
@ -10,19 +10,19 @@
|
|||
padding: 0 !important;
|
||||
}
|
||||
.pt-flex__row,
|
||||
.pt-flex__col.pt-bp__no {
|
||||
.pt-flex__col.pt-bp__none {
|
||||
flex-direction: column;
|
||||
}
|
||||
.pt-flex__row.pt-flex__reverse,
|
||||
.pt-flex__col.pt-flex__reverse.pt-bp__no {
|
||||
.pt-flex__col.pt-flex__reverse.pt-bp__none {
|
||||
flex-direction: column-reverse;
|
||||
}
|
||||
.pt-flex__col,
|
||||
.pt-flex__row.pt-bp__no {
|
||||
.pt-flex__row.pt-bp__none {
|
||||
flex-direction: row;
|
||||
}
|
||||
.pt-flex__col.pt-flex__reverse,
|
||||
.pt-flex__row.pt-flex__reverse.pt-bp__no {
|
||||
.pt-flex__row.pt-flex__reverse.pt-bp__none {
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue