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