mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-12 15:58:40 +00:00
backup
This commit is contained in:
parent
31e8b39668
commit
b5679771fb
|
|
@ -12,9 +12,16 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.col-simple {
|
.col-simple {
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.row-simple {
|
||||||
|
flex-direction: row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.col-simple, .row-simple {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
flex-direction: column;
|
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
|
|
||||||
.row {
|
.row {
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ img {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
|
||||||
366
styles.css
366
styles.css
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user