mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Improve publication view details images
This commit is contained in:
@@ -198,6 +198,9 @@
|
||||
.width-md-20{width: 20%;}
|
||||
.width-md-10{width: 10%;}
|
||||
|
||||
.width-md-unset{ width: unset;}
|
||||
.height-md-unset{ height: unset !important;}
|
||||
|
||||
.max-width-md-100{max-width: 100%;}
|
||||
.max-width-md-90{max-width: 90%;}
|
||||
.max-width-md-80{max-width: 80%;}
|
||||
@@ -281,6 +284,9 @@
|
||||
.align-lg-content-space-around{ align-content: space-around !important;}
|
||||
.align-lg-content-stretch{ align-content: stretch !important;}
|
||||
|
||||
.width-lg-unset{ width: unset;}
|
||||
.height-lg-unset{ height: unset !important;}
|
||||
|
||||
@for $i from 0 through 50 {
|
||||
.font-lg-#{$i} {
|
||||
font-size: #{$i}px ;
|
||||
@@ -371,6 +377,7 @@
|
||||
.width-20{width: 20%;}
|
||||
.width-10{width: 10%;}
|
||||
|
||||
|
||||
.max-width-100{max-width: 100%;}
|
||||
.max-width-90{max-width: 90%;}
|
||||
.max-width-80{max-width: 80%;}
|
||||
@@ -395,6 +402,9 @@
|
||||
.height-20{height: 20%;}
|
||||
.height-10{height: 10%;}
|
||||
|
||||
.height-unset{ height: unset;}
|
||||
.width-unset{ width: unset;}
|
||||
|
||||
.height-fit-content{height: fit-content;}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user