style-forge.media
Version:
Style-Forge.Media: comprehensive CSS media query helpers for responsive web design.
40 lines (30 loc) • 1.52 kB
CSS
@media only screen and (min-width: 601px) and (max-width: 1024px) {
.\@tab\:ol\:c\:i { outline-color: inherit }
.\@tab\:ol\:c\:ii { outline-color: initial }
.\@tab\:ol\:st { outline-style: solid }
.\@tab\:ol\:st\:a { outline-style: auto }
.\@tab\:ol\:st\:n { outline-style: none }
.\@tab\:ol\:st\:do { outline-style: dotted }
.\@tab\:ol\:st\:da { outline-style: dashed }
.\@tab\:ol\:st\:dbl { outline-style: double }
.\@tab\:ol\:st\:g { outline-style: groove }
.\@tab\:ol\:st\:r { outline-style: ridge }
.\@tab\:ol\:st\:in { outline-style: inset }
.\@tab\:ol\:st\:out { outline-style: outset }
.\@tab\:ol\:0 { outline: 0 }
.\@tab\:ol\:w\:0 { outline-width: 0 }
.\@tab\:ol\:off\:0 { outline-offset: 0 }
.\@tab\:ol, .\@tab\:ol\:1 { outline: var(--sf-ol-w) solid }
.\@tab\:ol\:2 { outline: calc(var(--sf-ol-w) * 2) solid }
.\@tab\:ol\:off, .\@tab\:ol\:off\:1 { outline-offset: var(--sf-ol-w) }
.\@tab\:ol\:off\:2 { outline-offset: calc(var(--sf-ol-w) * 2) }
.\@tab\:ol\:w, .\@tab\:ol\:w\:1 { outline-width: var(--sf-ol-w) }
.\@tab\:ol\:w\:2 { outline-width: calc(var(--sf-ol-w) * 2) }
/* /// */
html.var .\@tab\:ol, html.var .\@tab\:ol\:1 { outline: 1px solid }
html.var .\@tab\:ol\:2 { outline: 2px solid }
html.var .\@tab\:ol\:off, html.var .\@tab\:ol\:off\:1 { outline-width: 1px }
html.var .\@tab\:ol\:off\:2 { outline-width: 2px }
html.var .\@tab\:ol\:w, html.var .\@tab\:ol\:w\:1 { outline-width: 1px }
html.var .\@tab\:ol\:w\:2 { outline-width: 2px }
}