@uqds/sections 0.0.13-alpha.0 → 0.0.15-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/main.css +1 -1
- package/package.json +4 -4
package/dist/css/main.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.uq-section{padding-top:3.5rem;padding-bottom:3.5rem;overflow:hidden}.uq-section__container{margin-left:1rem;margin-right:1rem}@media(min-width: 32.5rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:30.5rem}}@media(min-width: 37.5rem){.uq-section__container{margin-left:3.25rem;margin-right:3.25rem;max-width:none}}@media(min-width: 64.25rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:57.75rem}}@media(min-width: 75rem){.uq-section__container{margin-left:8.375rem;margin-right:8.375rem;max-width:none}}@media(min-width: 90rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:73.25rem}}.uq-section__header,.uq-section__content{padding-left:.5rem;padding-right:.5rem;width:100%}@media(min-width: 37.5rem){.uq-section__header,.uq-section__content{padding-left:.75rem;padding-right:.75rem}}@media(min-width: 75rem){.uq-section__header,.uq-section__content{padding-left:1rem;padding-right:1rem}}.uq-section__title{margin-top:0}.uq-section--padding-top-large{padding-top:5.5rem}.uq-section--padding-bottom-large{padding-bottom:5.5rem}.uq-section--padding-top-none{padding-top:0}.uq-section--padding-bottom-none{padding-bottom:0}.uq-section--shaded{background-color:#f7f6f5}.uq-section--centered .uq-section__header,.uq-section--centered .uq-section__content{text-align:center}@media(min-width: 75rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:.5rem;padding-right:.5rem;margin-left:18.75%;width:62.5%;float:left}}@media(min-width: 75rem)and (min-width: 37.5rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:.75rem;padding-right:.75rem}}@media(min-width: 75rem)and (min-width: 75rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:1rem;padding-right:1rem}}
|
|
1
|
+
html{font-size:100%;font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5;color:#2b2a29;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.uq-section{padding-top:3.5rem;padding-bottom:3.5rem;overflow:hidden}.uq-section__container{margin-left:1rem;margin-right:1rem}@media(min-width: 32.5rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:30.5rem}}@media(min-width: 37.5rem){.uq-section__container{margin-left:3.25rem;margin-right:3.25rem;max-width:none}}@media(min-width: 64.25rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:57.75rem}}@media(min-width: 75rem){.uq-section__container{margin-left:8.375rem;margin-right:8.375rem;max-width:none}}@media(min-width: 90rem){.uq-section__container{margin-left:auto;margin-right:auto;max-width:73.25rem}}.uq-section__header,.uq-section__content{padding-left:.5rem;padding-right:.5rem;width:100%}@media(min-width: 37.5rem){.uq-section__header,.uq-section__content{padding-left:.75rem;padding-right:.75rem}}@media(min-width: 75rem){.uq-section__header,.uq-section__content{padding-left:1rem;padding-right:1rem}}.uq-section__title{margin-top:0}.uq-section--padding-top-large{padding-top:5.5rem}.uq-section--padding-bottom-large{padding-bottom:5.5rem}.uq-section--padding-top-none{padding-top:0}.uq-section--padding-bottom-none{padding-bottom:0}.uq-section--shaded{background-color:#f7f6f5}.uq-section--centered .uq-section__header,.uq-section--centered .uq-section__content{text-align:center}@media(min-width: 75rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:.5rem;padding-right:.5rem;margin-left:18.75%;width:62.5%;float:left}}@media(min-width: 75rem)and (min-width: 37.5rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:.75rem;padding-right:.75rem}}@media(min-width: 75rem)and (min-width: 75rem){.uq-section--narrow .uq-section__header,.uq-section--narrow .uq-section__content{padding-left:1rem;padding-right:1rem}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uqds/sections",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.15-alpha.0",
|
|
4
4
|
"description": "page sections",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"uqds",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"url": "https://github.com/uq-its-ss/design-system/issues"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@uqds/core": "^1.
|
|
44
|
-
"@uqds/grid": "^0.0.
|
|
43
|
+
"@uqds/core": "^1.1.1",
|
|
44
|
+
"@uqds/grid": "^0.0.15-alpha.0"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "55517dc3f2d44fb5d354f4a9344e66dca2835943"
|
|
47
47
|
}
|