import less variables in how.component.less
This commit is contained in:
parent
328198b6a5
commit
88b0987ba3
|
@ -1,4 +1,6 @@
|
|||
@media only screen and (min-width: 640px) {
|
||||
@import "~src/assets/openaire-theme/less/_import-variables";
|
||||
|
||||
@media only screen and (min-width: @breakpoint-small) {
|
||||
.how .first > div:first-child {
|
||||
position: relative;
|
||||
}
|
||||
|
@ -157,7 +159,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 639px) {
|
||||
@media only screen and (max-width: @breakpoint-xsmall-max) {
|
||||
.how .first {
|
||||
position: relative;
|
||||
padding-bottom: 30%;
|
||||
|
|
Loading…
Reference in New Issue