41 lines
1010 B
Plaintext
41 lines
1010 B
Plaintext
@import "lib.less";
|
|
@import "wide.less";
|
|
|
|
#block-system-main h3 {
|
|
margin-left: 0;
|
|
margin-top: 0;
|
|
}
|
|
|
|
/* 480px --------------------------------------------------------------------- */
|
|
/*@media only screen and (min-width: 480px) {
|
|
@import "media/480";
|
|
}*/
|
|
|
|
|
|
/* 600px --------------------------------------------------------------------- */
|
|
/*@media only screen and (min-width: 600px) {
|
|
@import "media/600";
|
|
}*/
|
|
|
|
|
|
|
|
/* 768px --------------------------------------------------------------------- */
|
|
/*@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
|
|
@import "media/768";
|
|
}
|
|
@media only screen and (min-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
|
|
@import "media/992";
|
|
}*/
|
|
|
|
|
|
|
|
|
|
/* 992px --------------------------------------------------------------------- */
|
|
/*@media only screen and (min-width: 992px) {
|
|
@import "media/992";
|
|
}*/
|
|
|
|
|
|
/* 1382px -------------------------------------------------------------------- */
|
|
|
|
|