mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-06 15:30:27 +03:00
Refector sass
Signed-off-by: Ajay Bura <ajbura@gmail.com>
This commit is contained in:
parent
85c3240b54
commit
ce9f140ddf
46 changed files with 407 additions and 703 deletions
|
|
@ -442,45 +442,8 @@ textarea {
|
|||
supported by Chrome, Edge, Opera and Firefox */
|
||||
}
|
||||
|
||||
.flex {
|
||||
.flex--center {
|
||||
display: flex;
|
||||
}
|
||||
.flex-v {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.flex--center,
|
||||
.flex--spaceBetween-center,
|
||||
.flex--end-center {
|
||||
@extend .flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.flex--spaceBetween,
|
||||
.flex--spaceBetween-center {
|
||||
@extend .flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.flex--end,
|
||||
.flex--end-center {
|
||||
@extend .flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
.inline-flex--center {
|
||||
@extend .flex--center;
|
||||
display: inline-flex
|
||||
}
|
||||
.flex--center-baseline {
|
||||
@extend .flex--center;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.flex-v--center {
|
||||
@extend .flex-v;
|
||||
justify-content: center;
|
||||
}
|
||||
.flex-v--end {
|
||||
@extend .flex-v;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue