Created
November 11, 2016 22:45
-
-
Save donatj/98a56e73af6dbb330cc3b28e5dc44baf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.g__font-family--Arial { | |
font-family: Arial; | |
} | |
.g__font-family--Tahoma { | |
font-family: Tahoma; | |
} | |
.g__font-family--serif { | |
font-family: serif; | |
} | |
.g__font-family--sans-serif { | |
font-family: sans-serif; | |
} | |
.g__font-size--10pt { | |
font-size: 10pt; | |
} | |
.g__font-size--11pt { | |
font-size: 11pt; | |
} | |
.g__font-size--12pt { | |
font-size: 12pt; | |
} | |
.g__font-size--13pt { | |
font-size: 13pt; | |
} | |
.g__font-size--14pt { | |
font-size: 14pt; | |
} | |
.g__font-size--15pt { | |
font-size: 15pt; | |
} | |
.g__font-size--16pt { | |
font-size: 16pt; | |
} | |
.g__font-size--17pt { | |
font-size: 17pt; | |
} | |
.g__font-size--18pt { | |
font-size: 18pt; | |
} | |
.g__font-size--19pt { | |
font-size: 19pt; | |
} | |
.g__font-size--20pt { | |
font-size: 20pt; | |
} | |
.g__font-size--21pt { | |
font-size: 21pt; | |
} | |
.g__font-size--22pt { | |
font-size: 22pt; | |
} | |
.g__font-size--23pt { | |
font-size: 23pt; | |
} | |
.g__font-size--24pt { | |
font-size: 24pt; | |
} | |
.g__font-size--25pt { | |
font-size: 25pt; | |
} | |
.g__font-size--8px { | |
font-size: 8px; | |
} | |
.g__font-size--9px { | |
font-size: 9px; | |
} | |
.g__font-size--10px { | |
font-size: 10px; | |
} | |
.g__font-size--11px { | |
font-size: 11px; | |
} | |
.g__font-size--12px { | |
font-size: 12px; | |
} | |
.g__font-size--13px { | |
font-size: 13px; | |
} | |
.g__font-size--14px { | |
font-size: 14px; | |
} | |
.g__font-size--15px { | |
font-size: 15px; | |
} | |
.g__font-size--16px { | |
font-size: 16px; | |
} | |
.g__font-size--17px { | |
font-size: 17px; | |
} | |
.g__font-size--18px { | |
font-size: 18px; | |
} | |
.g__font-size--19px { | |
font-size: 19px; | |
} | |
.g__font-size--20px { | |
font-size: 20px; | |
} | |
.g__font-size--10percent { | |
font-size: 10%; | |
} | |
.g__font-size--20percent { | |
font-size: 20%; | |
} | |
.g__font-size--30percent { | |
font-size: 30%; | |
} | |
.g__font-size--40percent { | |
font-size: 40%; | |
} | |
.g__font-size--50percent { | |
font-size: 50%; | |
} | |
.g__font-size--60percent { | |
font-size: 60%; | |
} | |
.g__font-size--70percent { | |
font-size: 70%; | |
} | |
.g__font-size--80percent { | |
font-size: 80%; | |
} | |
.g__font-size--90percent { | |
font-size: 90%; | |
} | |
.g__font-size--100percent { | |
font-size: 100%; | |
} | |
.g__font-size-adjust--0 { | |
font-size-adjust: 0; | |
} | |
.g__font-size-adjust--0point2 { | |
font-size-adjust: 0.2; | |
} | |
.g__font-size-adjust--0point4 { | |
font-size-adjust: 0.4; | |
} | |
.g__font-size-adjust--0point6 { | |
font-size-adjust: 0.6; | |
} | |
.g__font-size-adjust--0point8 { | |
font-size-adjust: 0.8; | |
} | |
.g__font-size-adjust--1 { | |
font-size-adjust: 1; | |
} | |
.g__font-size-adjust--1point2 { | |
font-size-adjust: 1.2; | |
} | |
.g__font-size-adjust--1point4 { | |
font-size-adjust: 1.4; | |
} | |
.g__font-size-adjust--1point6 { | |
font-size-adjust: 1.6; | |
} | |
.g__font-size-adjust--1point8 { | |
font-size-adjust: 1.8; | |
} | |
.g__font-size-adjust--2 { | |
font-size-adjust: 2; | |
} | |
.g__font-size-adjust--2point2 { | |
font-size-adjust: 2.2; | |
} | |
.g__font-size-adjust--2point4 { | |
font-size-adjust: 2.4; | |
} | |
.g__font-size-adjust--2point6 { | |
font-size-adjust: 2.6; | |
} | |
.g__font-size-adjust--2point8 { | |
font-size-adjust: 2.8; | |
} | |
.g__font-size-adjust--3 { | |
font-size-adjust: 3; | |
} | |
.g__font-size-adjust--3point2 { | |
font-size-adjust: 3.2; | |
} | |
.g__font-size-adjust--3point4 { | |
font-size-adjust: 3.4; | |
} | |
.g__font-size-adjust--3point6 { | |
font-size-adjust: 3.6; | |
} | |
.g__font-size-adjust--3point8 { | |
font-size-adjust: 3.8; | |
} | |
.g__font-size-adjust--none { | |
font-size-adjust: none; | |
} | |
.g__font-size-adjust--inherit { | |
font-size-adjust: inherit; | |
} | |
.g__font-stretch--normal { | |
font-stretch: normal; | |
} | |
.g__font-stretch--wider { | |
font-stretch: wider; | |
} | |
.g__font-stretch--narrower { | |
font-stretch: narrower; | |
} | |
.g__font-stretch--ultra-condensed { | |
font-stretch: ultra-condensed; | |
} | |
.g__font-stretch--extra-condensed { | |
font-stretch: extra-condensed; | |
} | |
.g__font-stretch--condensed { | |
font-stretch: condensed; | |
} | |
.g__font-stretch--semi-condensed { | |
font-stretch: semi-condensed; | |
} | |
.g__font-stretch--semi-expanded { | |
font-stretch: semi-expanded; | |
} | |
.g__font-stretch--expanded { | |
font-stretch: expanded; | |
} | |
.g__font-stretch--extra-expanded { | |
font-stretch: extra-expanded; | |
} | |
.g__font-stretch--ultra-expanded { | |
font-stretch: ultra-expanded; | |
} | |
.g__font-stretch--inherit { | |
font-stretch: inherit; | |
} | |
.g__font-style--normal { | |
font-style: normal; | |
} | |
.g__font-style--italic { | |
font-style: italic; | |
} | |
.g__font-style--oblique { | |
font-style: oblique; | |
} | |
.g__font-variant--normal { | |
font-variant: normal; | |
} | |
.g__font-variant--small-caps { | |
font-variant: small-caps; | |
} | |
.g__font-weight--normal { | |
font-weight: normal; | |
} | |
.g__font-weight--bold { | |
font-weight: bold; | |
} | |
.g__font-weight--bolder { | |
font-weight: bolder; | |
} | |
.g__font-weight--lighter { | |
font-weight: lighter; | |
} | |
.g__font-weight--small { | |
font-weight: small; | |
} | |
.g__font-weight--medium { | |
font-weight: medium; | |
} | |
.g__font-weight--large { | |
font-weight: large; | |
} | |
.g__font-weight--x-large { | |
font-weight: x-large; | |
} | |
.g__font-weight--xx-large { | |
font-weight: xx-large; | |
} | |
.g__font-weight--larger { | |
font-weight: larger; | |
} | |
.g__font-weight--smaller { | |
font-weight: smaller; | |
} | |
.g__font-weight--100 { | |
font-weight: 100; | |
} | |
.g__font-weight--200 { | |
font-weight: 200; | |
} | |
.g__font-weight--300 { | |
font-weight: 300; | |
} | |
.g__font-weight--400 { | |
font-weight: 400; | |
} | |
.g__font-weight--500 { | |
font-weight: 500; | |
} | |
.g__font-weight--600 { | |
font-weight: 600; | |
} | |
.g__font-weight--700 { | |
font-weight: 700; | |
} | |
.g__font-weight--800 { | |
font-weight: 800; | |
} | |
.g__font-weight--900 { | |
font-weight: 900; | |
} | |
.g__letter-spacing--normal { | |
letter-spacing: normal; | |
} | |
.g__letter-spacing--1em 1em { | |
letter-spacing: 1em 1em; | |
} | |
.g__letter-spacing--2em { | |
letter-spacing: 2em; | |
} | |
.g__text-align--left { | |
text-align: left; | |
} | |
.g__text-align--right { | |
text-align: right; | |
} | |
.g__text-align--center { | |
text-align: center; | |
} | |
.g__text-align--justify { | |
text-align: justify; | |
} | |
.g__text-decoration--none { | |
text-decoration: none; | |
} | |
.g__text-decoration--underline { | |
text-decoration: underline; | |
} | |
.g__text-decoration--overline { | |
text-decoration: overline; | |
} | |
.g__text-decoration--line-through { | |
text-decoration: line-through; | |
} | |
.g__text-decoration--blink { | |
text-decoration: blink; | |
} | |
.g__text-transform--none { | |
text-transform: none; | |
} | |
.g__text-transform--capitalize { | |
text-transform: capitalize; | |
} | |
.g__text-transform--uppercase { | |
text-transform: uppercase; | |
} | |
.g__text-transform--lowercase { | |
text-transform: lowercase; | |
} | |
.g__text-indent--0 { | |
text-indent: 0; | |
} | |
.g__text-indent--5px { | |
text-indent: 5px; | |
} | |
.g__text-indent--10px { | |
text-indent: 10px; | |
} | |
.g__text-indent--15px { | |
text-indent: 15px; | |
} | |
.g__text-indent--20px { | |
text-indent: 20px; | |
} | |
.g__text-indent--25px { | |
text-indent: 25px; | |
} | |
.g__text-indent--30px { | |
text-indent: 30px; | |
} | |
.g__text-indent--35px { | |
text-indent: 35px; | |
} | |
.g__text-indent--40px { | |
text-indent: 40px; | |
} | |
.g__text-indent--45px { | |
text-indent: 45px; | |
} | |
.g__text-indent--50px { | |
text-indent: 50px; | |
} | |
.g__text-indent--55px { | |
text-indent: 55px; | |
} | |
.g__text-indent--60px { | |
text-indent: 60px; | |
} | |
.g__text-indent--65px { | |
text-indent: 65px; | |
} | |
.g__text-indent--70px { | |
text-indent: 70px; | |
} | |
.g__text-indent--75px { | |
text-indent: 75px; | |
} | |
.g__text-indent--80px { | |
text-indent: 80px; | |
} | |
.g__text-indent--85px { | |
text-indent: 85px; | |
} | |
.g__text-indent--90px { | |
text-indent: 90px; | |
} | |
.g__text-indent--95px { | |
text-indent: 95px; | |
} | |
.g__text-indent--100px { | |
text-indent: 100px; | |
} | |
.g__text-indent--initial { | |
text-indent: initial; | |
} | |
.g__text-indent--inherit { | |
text-indent: inherit; | |
} | |
.g__word-spacing--normal { | |
word-spacing: normal; | |
} | |
.g__word-spacing--0 { | |
word-spacing: 0; | |
} | |
.g__word-spacing--0point1em { | |
word-spacing: 0.1em; | |
} | |
.g__word-spacing--0point2em { | |
word-spacing: 0.2em; | |
} | |
.g__word-spacing--0point3em { | |
word-spacing: 0.3em; | |
} | |
.g__word-spacing--0point4em { | |
word-spacing: 0.4em; | |
} | |
.g__word-spacing--0point5em { | |
word-spacing: 0.5em; | |
} | |
.g__word-spacing--0point6em { | |
word-spacing: 0.6em; | |
} | |
.g__word-spacing--0point7em { | |
word-spacing: 0.7em; | |
} | |
.g__word-spacing--0point8em { | |
word-spacing: 0.8em; | |
} | |
.g__word-spacing--0point9em { | |
word-spacing: 0.9em; | |
} | |
.g__word-spacing--1em { | |
word-spacing: 1em; | |
} | |
.g__word-spacing--1point1em { | |
word-spacing: 1.1em; | |
} | |
.g__word-spacing--1point2em { | |
word-spacing: 1.2em; | |
} | |
.g__word-spacing--1point3em { | |
word-spacing: 1.3em; | |
} | |
.g__word-spacing--1point4em { | |
word-spacing: 1.4em; | |
} | |
.g__word-spacing--1point5em { | |
word-spacing: 1.5em; | |
} | |
.g__word-spacing--1point6em { | |
word-spacing: 1.6em; | |
} | |
.g__word-spacing--1point7em { | |
word-spacing: 1.7em; | |
} | |
.g__word-spacing--1point8em { | |
word-spacing: 1.8em; | |
} | |
.g__word-spacing--1point9em { | |
word-spacing: 1.9em; | |
} | |
.g__word-spacing--2em { | |
word-spacing: 2em; | |
} | |
.g__word-spacing--2point1em { | |
word-spacing: 2.1em; | |
} | |
.g__word-spacing--2point2em { | |
word-spacing: 2.2em; | |
} | |
.g__word-spacing--2point3em { | |
word-spacing: 2.3em; | |
} | |
.g__word-spacing--2point4em { | |
word-spacing: 2.4em; | |
} | |
.g__word-spacing--2point5em { | |
word-spacing: 2.5em; | |
} | |
.g__word-spacing--2point6em { | |
word-spacing: 2.6em; | |
} | |
.g__word-spacing--2point7em { | |
word-spacing: 2.7em; | |
} | |
.g__word-spacing--2point8em { | |
word-spacing: 2.8em; | |
} | |
.g__word-spacing--2point9em { | |
word-spacing: 2.9em; | |
} | |
.g__word-spacing--3em { | |
word-spacing: 3em; | |
} | |
.g__word-spacing--3point1em { | |
word-spacing: 3.1em; | |
} | |
.g__word-spacing--3point2em { | |
word-spacing: 3.2em; | |
} | |
.g__word-spacing--3point3em { | |
word-spacing: 3.3em; | |
} | |
.g__word-spacing--3point4em { | |
word-spacing: 3.4em; | |
} | |
.g__word-spacing--3point5em { | |
word-spacing: 3.5em; | |
} | |
.g__word-spacing--3point6em { | |
word-spacing: 3.6em; | |
} | |
.g__word-spacing--3point7em { | |
word-spacing: 3.7em; | |
} | |
.g__word-spacing--3point8em { | |
word-spacing: 3.8em; | |
} | |
.g__word-spacing--3point9em { | |
word-spacing: 3.9em; | |
} | |
.g__word-spacing--4em { | |
word-spacing: 4em; | |
} | |
.g__word-spacing--4point1em { | |
word-spacing: 4.1em; | |
} | |
.g__word-spacing--4point2em { | |
word-spacing: 4.2em; | |
} | |
.g__word-spacing--4point3em { | |
word-spacing: 4.3em; | |
} | |
.g__word-spacing--4point4em { | |
word-spacing: 4.4em; | |
} | |
.g__word-spacing--4point5em { | |
word-spacing: 4.5em; | |
} | |
.g__word-spacing--4point6em { | |
word-spacing: 4.6em; | |
} | |
.g__word-spacing--4point7em { | |
word-spacing: 4.7em; | |
} | |
.g__word-spacing--4point8em { | |
word-spacing: 4.8em; | |
} | |
.g__word-spacing--4point9em { | |
word-spacing: 4.9em; | |
} | |
.g__word-spacing--5em { | |
word-spacing: 5em; | |
} | |
.g__word-spacing--5point1em { | |
word-spacing: 5.1em; | |
} | |
.g__word-spacing--5point2em { | |
word-spacing: 5.2em; | |
} | |
.g__word-spacing--5point3em { | |
word-spacing: 5.3em; | |
} | |
.g__word-spacing--5point4em { | |
word-spacing: 5.4em; | |
} | |
.g__word-spacing--5point5em { | |
word-spacing: 5.5em; | |
} | |
.g__word-spacing--5point6em { | |
word-spacing: 5.6em; | |
} | |
.g__word-spacing--5point7em { | |
word-spacing: 5.7em; | |
} | |
.g__word-spacing--5point8em { | |
word-spacing: 5.8em; | |
} | |
.g__word-spacing--5point9em { | |
word-spacing: 5.9em; | |
} | |
.g__word-spacing--6em { | |
word-spacing: 6em; | |
} | |
.g__word-spacing--6point1em { | |
word-spacing: 6.1em; | |
} | |
.g__word-spacing--6point2em { | |
word-spacing: 6.2em; | |
} | |
.g__word-spacing--6point3em { | |
word-spacing: 6.3em; | |
} | |
.g__word-spacing--6point4em { | |
word-spacing: 6.4em; | |
} | |
.g__word-spacing--6point5em { | |
word-spacing: 6.5em; | |
} | |
.g__word-spacing--6point6em { | |
word-spacing: 6.6em; | |
} | |
.g__word-spacing--6point7em { | |
word-spacing: 6.7em; | |
} | |
.g__word-spacing--6point8em { | |
word-spacing: 6.8em; | |
} | |
.g__word-spacing--6point9em { | |
word-spacing: 6.9em; | |
} | |
.g__word-spacing--7em { | |
word-spacing: 7em; | |
} | |
.g__word-spacing--7point1em { | |
word-spacing: 7.1em; | |
} | |
.g__word-spacing--7point2em { | |
word-spacing: 7.2em; | |
} | |
.g__word-spacing--7point3em { | |
word-spacing: 7.3em; | |
} | |
.g__word-spacing--7point4em { | |
word-spacing: 7.4em; | |
} | |
.g__word-spacing--7point5em { | |
word-spacing: 7.5em; | |
} | |
.g__word-spacing--7point6em { | |
word-spacing: 7.6em; | |
} | |
.g__word-spacing--7point7em { | |
word-spacing: 7.7em; | |
} | |
.g__word-spacing--7point8em { | |
word-spacing: 7.8em; | |
} | |
.g__word-spacing--7point9em { | |
word-spacing: 7.9em; | |
} | |
.g__word-spacing--8em { | |
word-spacing: 8em; | |
} | |
.g__word-spacing--8point1em { | |
word-spacing: 8.1em; | |
} | |
.g__word-spacing--8point2em { | |
word-spacing: 8.2em; | |
} | |
.g__word-spacing--8point3em { | |
word-spacing: 8.3em; | |
} | |
.g__word-spacing--8point4em { | |
word-spacing: 8.4em; | |
} | |
.g__word-spacing--8point5em { | |
word-spacing: 8.5em; | |
} | |
.g__word-spacing--8point6em { | |
word-spacing: 8.6em; | |
} | |
.g__word-spacing--8point7em { | |
word-spacing: 8.7em; | |
} | |
.g__word-spacing--8point8em { | |
word-spacing: 8.8em; | |
} | |
.g__word-spacing--8point9em { | |
word-spacing: 8.9em; | |
} | |
.g__word-spacing--9em { | |
word-spacing: 9em; | |
} | |
.g__word-spacing--9point1em { | |
word-spacing: 9.1em; | |
} | |
.g__word-spacing--9point2em { | |
word-spacing: 9.2em; | |
} | |
.g__word-spacing--9point3em { | |
word-spacing: 9.3em; | |
} | |
.g__word-spacing--9point4em { | |
word-spacing: 9.4em; | |
} | |
.g__word-spacing--9point5em { | |
word-spacing: 9.5em; | |
} | |
.g__word-spacing--9point6em { | |
word-spacing: 9.6em; | |
} | |
.g__word-spacing--9point7em { | |
word-spacing: 9.7em; | |
} | |
.g__word-spacing--9point8em { | |
word-spacing: 9.8em; | |
} | |
.g__word-spacing--9point9em { | |
word-spacing: 9.9em; | |
} | |
.g__word-spacing--10em { | |
word-spacing: 10em; | |
} | |
.g__background-attachment--scroll { | |
background-attachment: scroll; | |
} | |
.g__background-attachment--fixed { | |
background-attachment: fixed; | |
} | |
.g__background-color--aliceblue { | |
background-color: aliceblue; | |
} | |
.g__background-color--antiquewhite { | |
background-color: antiquewhite; | |
} | |
.g__background-color--aqua { | |
background-color: aqua; | |
} | |
.g__background-color--aquamarine { | |
background-color: aquamarine; | |
} | |
.g__background-color--azure { | |
background-color: azure; | |
} | |
.g__background-color--beige { | |
background-color: beige; | |
} | |
.g__background-color--bisque { | |
background-color: bisque; | |
} | |
.g__background-color--black { | |
background-color: black; | |
} | |
.g__background-color--blanchedalmond { | |
background-color: blanchedalmond; | |
} | |
.g__background-color--blue { | |
background-color: blue; | |
} | |
.g__background-color--blueviolet { | |
background-color: blueviolet; | |
} | |
.g__background-color--brown { | |
background-color: brown; | |
} | |
.g__background-color--burlywood { | |
background-color: burlywood; | |
} | |
.g__background-color--cadetblue { | |
background-color: cadetblue; | |
} | |
.g__background-color--chartreuse { | |
background-color: chartreuse; | |
} | |
.g__background-color--chocolate { | |
background-color: chocolate; | |
} | |
.g__background-color--coral { | |
background-color: coral; | |
} | |
.g__background-color--cornflowerblue { | |
background-color: cornflowerblue; | |
} | |
.g__background-color--cornsilk { | |
background-color: cornsilk; | |
} | |
.g__background-color--crimson { | |
background-color: crimson; | |
} | |
.g__background-color--cyan { | |
background-color: cyan; | |
} | |
.g__background-color--darkblue { | |
background-color: darkblue; | |
} | |
.g__background-color--darkcyan { | |
background-color: darkcyan; | |
} | |
.g__background-color--darkgoldenrod { | |
background-color: darkgoldenrod; | |
} | |
.g__background-color--darkgray { | |
background-color: darkgray; | |
} | |
.g__background-color--darkgrey { | |
background-color: darkgrey; | |
} | |
.g__background-color--darkgreen { | |
background-color: darkgreen; | |
} | |
.g__background-color--darkkhaki { | |
background-color: darkkhaki; | |
} | |
.g__background-color--darkmagenta { | |
background-color: darkmagenta; | |
} | |
.g__background-color--darkolivegreen { | |
background-color: darkolivegreen; | |
} | |
.g__background-color--darkorange { | |
background-color: darkorange; | |
} | |
.g__background-color--darkorchid { | |
background-color: darkorchid; | |
} | |
.g__background-color--darkred { | |
background-color: darkred; | |
} | |
.g__background-color--darksalmon { | |
background-color: darksalmon; | |
} | |
.g__background-color--darkseagreen { | |
background-color: darkseagreen; | |
} | |
.g__background-color--darkslateblue { | |
background-color: darkslateblue; | |
} | |
.g__background-color--darkslategray { | |
background-color: darkslategray; | |
} | |
.g__background-color--darkslategrey { | |
background-color: darkslategrey; | |
} | |
.g__background-color--darkturquoise { | |
background-color: darkturquoise; | |
} | |
.g__background-color--darkviolet { | |
background-color: darkviolet; | |
} | |
.g__background-color--deeppink { | |
background-color: deeppink; | |
} | |
.g__background-color--deepskyblue { | |
background-color: deepskyblue; | |
} | |
.g__background-color--dimgray { | |
background-color: dimgray; | |
} | |
.g__background-color--dimgrey { | |
background-color: dimgrey; | |
} | |
.g__background-color--dodgerblue { | |
background-color: dodgerblue; | |
} | |
.g__background-color--firebrick { | |
background-color: firebrick; | |
} | |
.g__background-color--floralwhite { | |
background-color: floralwhite; | |
} | |
.g__background-color--forestgreen { | |
background-color: forestgreen; | |
} | |
.g__background-color--fuchsia { | |
background-color: fuchsia; | |
} | |
.g__background-color--gainsboro { | |
background-color: gainsboro; | |
} | |
.g__background-color--ghostwhite { | |
background-color: ghostwhite; | |
} | |
.g__background-color--gold { | |
background-color: gold; | |
} | |
.g__background-color--goldenrod { | |
background-color: goldenrod; | |
} | |
.g__background-color--gray { | |
background-color: gray; | |
} | |
.g__background-color--grey { | |
background-color: grey; | |
} | |
.g__background-color--green { | |
background-color: green; | |
} | |
.g__background-color--greenyellow { | |
background-color: greenyellow; | |
} | |
.g__background-color--honeydew { | |
background-color: honeydew; | |
} | |
.g__background-color--hotpink { | |
background-color: hotpink; | |
} | |
.g__background-color--indianred { | |
background-color: indianred; | |
} | |
.g__background-color--indigo { | |
background-color: indigo; | |
} | |
.g__background-color--ivory { | |
background-color: ivory; | |
} | |
.g__background-color--khaki { | |
background-color: khaki; | |
} | |
.g__background-color--lavender { | |
background-color: lavender; | |
} | |
.g__background-color--lavenderblush { | |
background-color: lavenderblush; | |
} | |
.g__background-color--lawngreen { | |
background-color: lawngreen; | |
} | |
.g__background-color--lemonchiffon { | |
background-color: lemonchiffon; | |
} | |
.g__background-color--lightblue { | |
background-color: lightblue; | |
} | |
.g__background-color--lightcoral { | |
background-color: lightcoral; | |
} | |
.g__background-color--lightcyan { | |
background-color: lightcyan; | |
} | |
.g__background-color--lightgoldenrodyellow { | |
background-color: lightgoldenrodyellow; | |
} | |
.g__background-color--lightgray { | |
background-color: lightgray; | |
} | |
.g__background-color--lightgrey { | |
background-color: lightgrey; | |
} | |
.g__background-color--lightgreen { | |
background-color: lightgreen; | |
} | |
.g__background-color--lightpink { | |
background-color: lightpink; | |
} | |
.g__background-color--lightsalmon { | |
background-color: lightsalmon; | |
} | |
.g__background-color--lightseagreen { | |
background-color: lightseagreen; | |
} | |
.g__background-color--lightskyblue { | |
background-color: lightskyblue; | |
} | |
.g__background-color--lightslategray { | |
background-color: lightslategray; | |
} | |
.g__background-color--lightslategrey { | |
background-color: lightslategrey; | |
} | |
.g__background-color--lightsteelblue { | |
background-color: lightsteelblue; | |
} | |
.g__background-color--lightyellow { | |
background-color: lightyellow; | |
} | |
.g__background-color--lime { | |
background-color: lime; | |
} | |
.g__background-color--limegreen { | |
background-color: limegreen; | |
} | |
.g__background-color--linen { | |
background-color: linen; | |
} | |
.g__background-color--magenta { | |
background-color: magenta; | |
} | |
.g__background-color--maroon { | |
background-color: maroon; | |
} | |
.g__background-color--mediumaquamarine { | |
background-color: mediumaquamarine; | |
} | |
.g__background-color--mediumblue { | |
background-color: mediumblue; | |
} | |
.g__background-color--mediumorchid { | |
background-color: mediumorchid; | |
} | |
.g__background-color--mediumpurple { | |
background-color: mediumpurple; | |
} | |
.g__background-color--mediumseagreen { | |
background-color: mediumseagreen; | |
} | |
.g__background-color--mediumslateblue { | |
background-color: mediumslateblue; | |
} | |
.g__background-color--mediumspringgreen { | |
background-color: mediumspringgreen; | |
} | |
.g__background-color--mediumturquoise { | |
background-color: mediumturquoise; | |
} | |
.g__background-color--mediumvioletred { | |
background-color: mediumvioletred; | |
} | |
.g__background-color--midnightblue { | |
background-color: midnightblue; | |
} | |
.g__background-color--mintcream { | |
background-color: mintcream; | |
} | |
.g__background-color--mistyrose { | |
background-color: mistyrose; | |
} | |
.g__background-color--moccasin { | |
background-color: moccasin; | |
} | |
.g__background-color--navajowhite { | |
background-color: navajowhite; | |
} | |
.g__background-color--navy { | |
background-color: navy; | |
} | |
.g__background-color--oldlace { | |
background-color: oldlace; | |
} | |
.g__background-color--olive { | |
background-color: olive; | |
} | |
.g__background-color--olivedrab { | |
background-color: olivedrab; | |
} | |
.g__background-color--orange { | |
background-color: orange; | |
} | |
.g__background-color--orangered { | |
background-color: orangered; | |
} | |
.g__background-color--orchid { | |
background-color: orchid; | |
} | |
.g__background-color--palegoldenrod { | |
background-color: palegoldenrod; | |
} | |
.g__background-color--palegreen { | |
background-color: palegreen; | |
} | |
.g__background-color--paleturquoise { | |
background-color: paleturquoise; | |
} | |
.g__background-color--palevioletred { | |
background-color: palevioletred; | |
} | |
.g__background-color--papayawhip { | |
background-color: papayawhip; | |
} | |
.g__background-color--peachpuff { | |
background-color: peachpuff; | |
} | |
.g__background-color--peru { | |
background-color: peru; | |
} | |
.g__background-color--pink { | |
background-color: pink; | |
} | |
.g__background-color--plum { | |
background-color: plum; | |
} | |
.g__background-color--powderblue { | |
background-color: powderblue; | |
} | |
.g__background-color--purple { | |
background-color: purple; | |
} | |
.g__background-color--red { | |
background-color: red; | |
} | |
.g__background-color--rosybrown { | |
background-color: rosybrown; | |
} | |
.g__background-color--royalblue { | |
background-color: royalblue; | |
} | |
.g__background-color--saddlebrown { | |
background-color: saddlebrown; | |
} | |
.g__background-color--salmon { | |
background-color: salmon; | |
} | |
.g__background-color--sandybrown { | |
background-color: sandybrown; | |
} | |
.g__background-color--seagreen { | |
background-color: seagreen; | |
} | |
.g__background-color--seashell { | |
background-color: seashell; | |
} | |
.g__background-color--sienna { | |
background-color: sienna; | |
} | |
.g__background-color--silver { | |
background-color: silver; | |
} | |
.g__background-color--skyblue { | |
background-color: skyblue; | |
} | |
.g__background-color--slateblue { | |
background-color: slateblue; | |
} | |
.g__background-color--slategray { | |
background-color: slategray; | |
} | |
.g__background-color--slategrey { | |
background-color: slategrey; | |
} | |
.g__background-color--snow { | |
background-color: snow; | |
} | |
.g__background-color--springgreen { | |
background-color: springgreen; | |
} | |
.g__background-color--steelblue { | |
background-color: steelblue; | |
} | |
.g__background-color--tan { | |
background-color: tan; | |
} | |
.g__background-color--teal { | |
background-color: teal; | |
} | |
.g__background-color--thistle { | |
background-color: thistle; | |
} | |
.g__background-color--tomato { | |
background-color: tomato; | |
} | |
.g__background-color--turquoise { | |
background-color: turquoise; | |
} | |
.g__background-color--violet { | |
background-color: violet; | |
} | |
.g__background-color--wheat { | |
background-color: wheat; | |
} | |
.g__background-color--white { | |
background-color: white; | |
} | |
.g__background-color--whitesmoke { | |
background-color: whitesmoke; | |
} | |
.g__background-color--yellow { | |
background-color: yellow; | |
} | |
.g__background-color--yellowgreen { | |
background-color: yellowgreen; | |
} | |
.g__background-color--transparent { | |
background-color: transparent; | |
} | |
.g__background-image--none { | |
background-image: none; | |
} | |
.g__background-position--0 { | |
background-position: 0; | |
} | |
.g__background-position--10percent { | |
background-position: 10%; | |
} | |
.g__background-position--20percent { | |
background-position: 20%; | |
} | |
.g__background-position--30percent { | |
background-position: 30%; | |
} | |
.g__background-position--40percent { | |
background-position: 40%; | |
} | |
.g__background-position--50percent { | |
background-position: 50%; | |
} | |
.g__background-position--60percent { | |
background-position: 60%; | |
} | |
.g__background-position--70percent { | |
background-position: 70%; | |
} | |
.g__background-position--80percent { | |
background-position: 80%; | |
} | |
.g__background-position--90percent { | |
background-position: 90%; | |
} | |
.g__background-position--100percent { | |
background-position: 100%; | |
} | |
.g__background-position--0 { | |
background-position: 0; | |
} | |
.g__background-position--100px { | |
background-position: 100px; | |
} | |
.g__background-position--200px { | |
background-position: 200px; | |
} | |
.g__background-position--300px { | |
background-position: 300px; | |
} | |
.g__background-position--400px { | |
background-position: 400px; | |
} | |
.g__background-position--500px { | |
background-position: 500px; | |
} | |
.g__background-position--600px { | |
background-position: 600px; | |
} | |
.g__background-position--700px { | |
background-position: 700px; | |
} | |
.g__background-position--800px { | |
background-position: 800px; | |
} | |
.g__background-position--900px { | |
background-position: 900px; | |
} | |
.g__background-position--1000px { | |
background-position: 1000px; | |
} | |
.g__background-position--1100px { | |
background-position: 1100px; | |
} | |
.g__background-position--1200px { | |
background-position: 1200px; | |
} | |
.g__background-position--top { | |
background-position: top; | |
} | |
.g__background-position--center { | |
background-position: center; | |
} | |
.g__background-position--bottom { | |
background-position: bottom; | |
} | |
.g__background-position--left { | |
background-position: left; | |
} | |
.g__background-position--center { | |
background-position: center; | |
} | |
.g__background-position--right { | |
background-position: right; | |
} | |
.g__background-repeat--repeat { | |
background-repeat: repeat; | |
} | |
.g__background-repeat--repeat-x { | |
background-repeat: repeat-x; | |
} | |
.g__background-repeat--repeat-y { | |
background-repeat: repeat-y; | |
} | |
.g__background-repeat--no-repeat { | |
background-repeat: no-repeat; | |
} | |
.g__color--aliceblue { | |
color: aliceblue; | |
} | |
.g__color--antiquewhite { | |
color: antiquewhite; | |
} | |
.g__color--aqua { | |
color: aqua; | |
} | |
.g__color--aquamarine { | |
color: aquamarine; | |
} | |
.g__color--azure { | |
color: azure; | |
} | |
.g__color--beige { | |
color: beige; | |
} | |
.g__color--bisque { | |
color: bisque; | |
} | |
.g__color--black { | |
color: black; | |
} | |
.g__color--blanchedalmond { | |
color: blanchedalmond; | |
} | |
.g__color--blue { | |
color: blue; | |
} | |
.g__color--blueviolet { | |
color: blueviolet; | |
} | |
.g__color--brown { | |
color: brown; | |
} | |
.g__color--burlywood { | |
color: burlywood; | |
} | |
.g__color--cadetblue { | |
color: cadetblue; | |
} | |
.g__color--chartreuse { | |
color: chartreuse; | |
} | |
.g__color--chocolate { | |
color: chocolate; | |
} | |
.g__color--coral { | |
color: coral; | |
} | |
.g__color--cornflowerblue { | |
color: cornflowerblue; | |
} | |
.g__color--cornsilk { | |
color: cornsilk; | |
} | |
.g__color--crimson { | |
color: crimson; | |
} | |
.g__color--cyan { | |
color: cyan; | |
} | |
.g__color--darkblue { | |
color: darkblue; | |
} | |
.g__color--darkcyan { | |
color: darkcyan; | |
} | |
.g__color--darkgoldenrod { | |
color: darkgoldenrod; | |
} | |
.g__color--darkgray { | |
color: darkgray; | |
} | |
.g__color--darkgrey { | |
color: darkgrey; | |
} | |
.g__color--darkgreen { | |
color: darkgreen; | |
} | |
.g__color--darkkhaki { | |
color: darkkhaki; | |
} | |
.g__color--darkmagenta { | |
color: darkmagenta; | |
} | |
.g__color--darkolivegreen { | |
color: darkolivegreen; | |
} | |
.g__color--darkorange { | |
color: darkorange; | |
} | |
.g__color--darkorchid { | |
color: darkorchid; | |
} | |
.g__color--darkred { | |
color: darkred; | |
} | |
.g__color--darksalmon { | |
color: darksalmon; | |
} | |
.g__color--darkseagreen { | |
color: darkseagreen; | |
} | |
.g__color--darkslateblue { | |
color: darkslateblue; | |
} | |
.g__color--darkslategray { | |
color: darkslategray; | |
} | |
.g__color--darkslategrey { | |
color: darkslategrey; | |
} | |
.g__color--darkturquoise { | |
color: darkturquoise; | |
} | |
.g__color--darkviolet { | |
color: darkviolet; | |
} | |
.g__color--deeppink { | |
color: deeppink; | |
} | |
.g__color--deepskyblue { | |
color: deepskyblue; | |
} | |
.g__color--dimgray { | |
color: dimgray; | |
} | |
.g__color--dimgrey { | |
color: dimgrey; | |
} | |
.g__color--dodgerblue { | |
color: dodgerblue; | |
} | |
.g__color--firebrick { | |
color: firebrick; | |
} | |
.g__color--floralwhite { | |
color: floralwhite; | |
} | |
.g__color--forestgreen { | |
color: forestgreen; | |
} | |
.g__color--fuchsia { | |
color: fuchsia; | |
} | |
.g__color--gainsboro { | |
color: gainsboro; | |
} | |
.g__color--ghostwhite { | |
color: ghostwhite; | |
} | |
.g__color--gold { | |
color: gold; | |
} | |
.g__color--goldenrod { | |
color: goldenrod; | |
} | |
.g__color--gray { | |
color: gray; | |
} | |
.g__color--grey { | |
color: grey; | |
} | |
.g__color--green { | |
color: green; | |
} | |
.g__color--greenyellow { | |
color: greenyellow; | |
} | |
.g__color--honeydew { | |
color: honeydew; | |
} | |
.g__color--hotpink { | |
color: hotpink; | |
} | |
.g__color--indianred { | |
color: indianred; | |
} | |
.g__color--indigo { | |
color: indigo; | |
} | |
.g__color--ivory { | |
color: ivory; | |
} | |
.g__color--khaki { | |
color: khaki; | |
} | |
.g__color--lavender { | |
color: lavender; | |
} | |
.g__color--lavenderblush { | |
color: lavenderblush; | |
} | |
.g__color--lawngreen { | |
color: lawngreen; | |
} | |
.g__color--lemonchiffon { | |
color: lemonchiffon; | |
} | |
.g__color--lightblue { | |
color: lightblue; | |
} | |
.g__color--lightcoral { | |
color: lightcoral; | |
} | |
.g__color--lightcyan { | |
color: lightcyan; | |
} | |
.g__color--lightgoldenrodyellow { | |
color: lightgoldenrodyellow; | |
} | |
.g__color--lightgray { | |
color: lightgray; | |
} | |
.g__color--lightgrey { | |
color: lightgrey; | |
} | |
.g__color--lightgreen { | |
color: lightgreen; | |
} | |
.g__color--lightpink { | |
color: lightpink; | |
} | |
.g__color--lightsalmon { | |
color: lightsalmon; | |
} | |
.g__color--lightseagreen { | |
color: lightseagreen; | |
} | |
.g__color--lightskyblue { | |
color: lightskyblue; | |
} | |
.g__color--lightslategray { | |
color: lightslategray; | |
} | |
.g__color--lightslategrey { | |
color: lightslategrey; | |
} | |
.g__color--lightsteelblue { | |
color: lightsteelblue; | |
} | |
.g__color--lightyellow { | |
color: lightyellow; | |
} | |
.g__color--lime { | |
color: lime; | |
} | |
.g__color--limegreen { | |
color: limegreen; | |
} | |
.g__color--linen { | |
color: linen; | |
} | |
.g__color--magenta { | |
color: magenta; | |
} | |
.g__color--maroon { | |
color: maroon; | |
} | |
.g__color--mediumaquamarine { | |
color: mediumaquamarine; | |
} | |
.g__color--mediumblue { | |
color: mediumblue; | |
} | |
.g__color--mediumorchid { | |
color: mediumorchid; | |
} | |
.g__color--mediumpurple { | |
color: mediumpurple; | |
} | |
.g__color--mediumseagreen { | |
color: mediumseagreen; | |
} | |
.g__color--mediumslateblue { | |
color: mediumslateblue; | |
} | |
.g__color--mediumspringgreen { | |
color: mediumspringgreen; | |
} | |
.g__color--mediumturquoise { | |
color: mediumturquoise; | |
} | |
.g__color--mediumvioletred { | |
color: mediumvioletred; | |
} | |
.g__color--midnightblue { | |
color: midnightblue; | |
} | |
.g__color--mintcream { | |
color: mintcream; | |
} | |
.g__color--mistyrose { | |
color: mistyrose; | |
} | |
.g__color--moccasin { | |
color: moccasin; | |
} | |
.g__color--navajowhite { | |
color: navajowhite; | |
} | |
.g__color--navy { | |
color: navy; | |
} | |
.g__color--oldlace { | |
color: oldlace; | |
} | |
.g__color--olive { | |
color: olive; | |
} | |
.g__color--olivedrab { | |
color: olivedrab; | |
} | |
.g__color--orange { | |
color: orange; | |
} | |
.g__color--orangered { | |
color: orangered; | |
} | |
.g__color--orchid { | |
color: orchid; | |
} | |
.g__color--palegoldenrod { | |
color: palegoldenrod; | |
} | |
.g__color--palegreen { | |
color: palegreen; | |
} | |
.g__color--paleturquoise { | |
color: paleturquoise; | |
} | |
.g__color--palevioletred { | |
color: palevioletred; | |
} | |
.g__color--papayawhip { | |
color: papayawhip; | |
} | |
.g__color--peachpuff { | |
color: peachpuff; | |
} | |
.g__color--peru { | |
color: peru; | |
} | |
.g__color--pink { | |
color: pink; | |
} | |
.g__color--plum { | |
color: plum; | |
} | |
.g__color--powderblue { | |
color: powderblue; | |
} | |
.g__color--purple { | |
color: purple; | |
} | |
.g__color--red { | |
color: red; | |
} | |
.g__color--rosybrown { | |
color: rosybrown; | |
} | |
.g__color--royalblue { | |
color: royalblue; | |
} | |
.g__color--saddlebrown { | |
color: saddlebrown; | |
} | |
.g__color--salmon { | |
color: salmon; | |
} | |
.g__color--sandybrown { | |
color: sandybrown; | |
} | |
.g__color--seagreen { | |
color: seagreen; | |
} | |
.g__color--seashell { | |
color: seashell; | |
} | |
.g__color--sienna { | |
color: sienna; | |
} | |
.g__color--silver { | |
color: silver; | |
} | |
.g__color--skyblue { | |
color: skyblue; | |
} | |
.g__color--slateblue { | |
color: slateblue; | |
} | |
.g__color--slategray { | |
color: slategray; | |
} | |
.g__color--slategrey { | |
color: slategrey; | |
} | |
.g__color--snow { | |
color: snow; | |
} | |
.g__color--springgreen { | |
color: springgreen; | |
} | |
.g__color--steelblue { | |
color: steelblue; | |
} | |
.g__color--tan { | |
color: tan; | |
} | |
.g__color--teal { | |
color: teal; | |
} | |
.g__color--thistle { | |
color: thistle; | |
} | |
.g__color--tomato { | |
color: tomato; | |
} | |
.g__color--turquoise { | |
color: turquoise; | |
} | |
.g__color--violet { | |
color: violet; | |
} | |
.g__color--wheat { | |
color: wheat; | |
} | |
.g__color--white { | |
color: white; | |
} | |
.g__color--whitesmoke { | |
color: whitesmoke; | |
} | |
.g__color--yellow { | |
color: yellow; | |
} | |
.g__color--yellowgreen { | |
color: yellowgreen; | |
} | |
.g__color--transparent { | |
color: transparent; | |
} | |
.g__margin-bottom--0 { | |
margin-bottom: 0; | |
} | |
.g__margin-bottom--50px { | |
margin-bottom: 50px; | |
} | |
.g__margin-bottom--100px { | |
margin-bottom: 100px; | |
} | |
.g__margin-bottom--150px { | |
margin-bottom: 150px; | |
} | |
.g__margin-bottom--200px { | |
margin-bottom: 200px; | |
} | |
.g__margin-bottom--250px { | |
margin-bottom: 250px; | |
} | |
.g__margin-bottom--300px { | |
margin-bottom: 300px; | |
} | |
.g__margin-bottom--350px { | |
margin-bottom: 350px; | |
} | |
.g__margin-bottom--400px { | |
margin-bottom: 400px; | |
} | |
.g__margin-bottom--450px { | |
margin-bottom: 450px; | |
} | |
.g__margin-bottom--500px { | |
margin-bottom: 500px; | |
} | |
.g__margin-bottom--0 { | |
margin-bottom: 0; | |
} | |
.g__margin-bottom--10percent { | |
margin-bottom: 10%; | |
} | |
.g__margin-bottom--20percent { | |
margin-bottom: 20%; | |
} | |
.g__margin-bottom--30percent { | |
margin-bottom: 30%; | |
} | |
.g__margin-bottom--40percent { | |
margin-bottom: 40%; | |
} | |
.g__margin-bottom--50percent { | |
margin-bottom: 50%; | |
} | |
.g__margin-bottom--60percent { | |
margin-bottom: 60%; | |
} | |
.g__margin-bottom--70percent { | |
margin-bottom: 70%; | |
} | |
.g__margin-bottom--80percent { | |
margin-bottom: 80%; | |
} | |
.g__margin-bottom--90percent { | |
margin-bottom: 90%; | |
} | |
.g__margin-bottom--100percent { | |
margin-bottom: 100%; | |
} | |
.g__margin-bottom--auto { | |
margin-bottom: auto; | |
} | |
.g__margin-left--0 { | |
margin-left: 0; | |
} | |
.g__margin-left--50px { | |
margin-left: 50px; | |
} | |
.g__margin-left--100px { | |
margin-left: 100px; | |
} | |
.g__margin-left--150px { | |
margin-left: 150px; | |
} | |
.g__margin-left--200px { | |
margin-left: 200px; | |
} | |
.g__margin-left--250px { | |
margin-left: 250px; | |
} | |
.g__margin-left--300px { | |
margin-left: 300px; | |
} | |
.g__margin-left--350px { | |
margin-left: 350px; | |
} | |
.g__margin-left--400px { | |
margin-left: 400px; | |
} | |
.g__margin-left--450px { | |
margin-left: 450px; | |
} | |
.g__margin-left--500px { | |
margin-left: 500px; | |
} | |
.g__margin-left--0 { | |
margin-left: 0; | |
} | |
.g__margin-left--10percent { | |
margin-left: 10%; | |
} | |
.g__margin-left--20percent { | |
margin-left: 20%; | |
} | |
.g__margin-left--30percent { | |
margin-left: 30%; | |
} | |
.g__margin-left--40percent { | |
margin-left: 40%; | |
} | |
.g__margin-left--50percent { | |
margin-left: 50%; | |
} | |
.g__margin-left--60percent { | |
margin-left: 60%; | |
} | |
.g__margin-left--70percent { | |
margin-left: 70%; | |
} | |
.g__margin-left--80percent { | |
margin-left: 80%; | |
} | |
.g__margin-left--90percent { | |
margin-left: 90%; | |
} | |
.g__margin-left--100percent { | |
margin-left: 100%; | |
} | |
.g__margin-left--auto { | |
margin-left: auto; | |
} | |
.g__margin-right--0 { | |
margin-right: 0; | |
} | |
.g__margin-right--50px { | |
margin-right: 50px; | |
} | |
.g__margin-right--100px { | |
margin-right: 100px; | |
} | |
.g__margin-right--150px { | |
margin-right: 150px; | |
} | |
.g__margin-right--200px { | |
margin-right: 200px; | |
} | |
.g__margin-right--250px { | |
margin-right: 250px; | |
} | |
.g__margin-right--300px { | |
margin-right: 300px; | |
} | |
.g__margin-right--350px { | |
margin-right: 350px; | |
} | |
.g__margin-right--400px { | |
margin-right: 400px; | |
} | |
.g__margin-right--450px { | |
margin-right: 450px; | |
} | |
.g__margin-right--500px { | |
margin-right: 500px; | |
} | |
.g__margin-right--0 { | |
margin-right: 0; | |
} | |
.g__margin-right--10percent { | |
margin-right: 10%; | |
} | |
.g__margin-right--20percent { | |
margin-right: 20%; | |
} | |
.g__margin-right--30percent { | |
margin-right: 30%; | |
} | |
.g__margin-right--40percent { | |
margin-right: 40%; | |
} | |
.g__margin-right--50percent { | |
margin-right: 50%; | |
} | |
.g__margin-right--60percent { | |
margin-right: 60%; | |
} | |
.g__margin-right--70percent { | |
margin-right: 70%; | |
} | |
.g__margin-right--80percent { | |
margin-right: 80%; | |
} | |
.g__margin-right--90percent { | |
margin-right: 90%; | |
} | |
.g__margin-right--100percent { | |
margin-right: 100%; | |
} | |
.g__margin-right--auto { | |
margin-right: auto; | |
} | |
.g__margin-top--0 { | |
margin-top: 0; | |
} | |
.g__margin-top--50px { | |
margin-top: 50px; | |
} | |
.g__margin-top--100px { | |
margin-top: 100px; | |
} | |
.g__margin-top--150px { | |
margin-top: 150px; | |
} | |
.g__margin-top--200px { | |
margin-top: 200px; | |
} | |
.g__margin-top--250px { | |
margin-top: 250px; | |
} | |
.g__margin-top--300px { | |
margin-top: 300px; | |
} | |
.g__margin-top--350px { | |
margin-top: 350px; | |
} | |
.g__margin-top--400px { | |
margin-top: 400px; | |
} | |
.g__margin-top--450px { | |
margin-top: 450px; | |
} | |
.g__margin-top--500px { | |
margin-top: 500px; | |
} | |
.g__margin-top--0 { | |
margin-top: 0; | |
} | |
.g__margin-top--10percent { | |
margin-top: 10%; | |
} | |
.g__margin-top--20percent { | |
margin-top: 20%; | |
} | |
.g__margin-top--30percent { | |
margin-top: 30%; | |
} | |
.g__margin-top--40percent { | |
margin-top: 40%; | |
} | |
.g__margin-top--50percent { | |
margin-top: 50%; | |
} | |
.g__margin-top--60percent { | |
margin-top: 60%; | |
} | |
.g__margin-top--70percent { | |
margin-top: 70%; | |
} | |
.g__margin-top--80percent { | |
margin-top: 80%; | |
} | |
.g__margin-top--90percent { | |
margin-top: 90%; | |
} | |
.g__margin-top--100percent { | |
margin-top: 100%; | |
} | |
.g__margin-top--auto { | |
margin-top: auto; | |
} | |
.g__padding-bottom--0 { | |
padding-bottom: 0; | |
} | |
.g__padding-bottom--50px { | |
padding-bottom: 50px; | |
} | |
.g__padding-bottom--100px { | |
padding-bottom: 100px; | |
} | |
.g__padding-bottom--150px { | |
padding-bottom: 150px; | |
} | |
.g__padding-bottom--200px { | |
padding-bottom: 200px; | |
} | |
.g__padding-bottom--250px { | |
padding-bottom: 250px; | |
} | |
.g__padding-bottom--300px { | |
padding-bottom: 300px; | |
} | |
.g__padding-bottom--350px { | |
padding-bottom: 350px; | |
} | |
.g__padding-bottom--400px { | |
padding-bottom: 400px; | |
} | |
.g__padding-bottom--450px { | |
padding-bottom: 450px; | |
} | |
.g__padding-bottom--500px { | |
padding-bottom: 500px; | |
} | |
.g__padding-bottom--0 { | |
padding-bottom: 0; | |
} | |
.g__padding-bottom--10percent { | |
padding-bottom: 10%; | |
} | |
.g__padding-bottom--20percent { | |
padding-bottom: 20%; | |
} | |
.g__padding-bottom--30percent { | |
padding-bottom: 30%; | |
} | |
.g__padding-bottom--40percent { | |
padding-bottom: 40%; | |
} | |
.g__padding-bottom--50percent { | |
padding-bottom: 50%; | |
} | |
.g__padding-bottom--60percent { | |
padding-bottom: 60%; | |
} | |
.g__padding-bottom--70percent { | |
padding-bottom: 70%; | |
} | |
.g__padding-bottom--80percent { | |
padding-bottom: 80%; | |
} | |
.g__padding-bottom--90percent { | |
padding-bottom: 90%; | |
} | |
.g__padding-bottom--100percent { | |
padding-bottom: 100%; | |
} | |
.g__padding-left--0 { | |
padding-left: 0; | |
} | |
.g__padding-left--50px { | |
padding-left: 50px; | |
} | |
.g__padding-left--100px { | |
padding-left: 100px; | |
} | |
.g__padding-left--150px { | |
padding-left: 150px; | |
} | |
.g__padding-left--200px { | |
padding-left: 200px; | |
} | |
.g__padding-left--250px { | |
padding-left: 250px; | |
} | |
.g__padding-left--300px { | |
padding-left: 300px; | |
} | |
.g__padding-left--350px { | |
padding-left: 350px; | |
} | |
.g__padding-left--400px { | |
padding-left: 400px; | |
} | |
.g__padding-left--450px { | |
padding-left: 450px; | |
} | |
.g__padding-left--500px { | |
padding-left: 500px; | |
} | |
.g__padding-left--0 { | |
padding-left: 0; | |
} | |
.g__padding-left--10percent { | |
padding-left: 10%; | |
} | |
.g__padding-left--20percent { | |
padding-left: 20%; | |
} | |
.g__padding-left--30percent { | |
padding-left: 30%; | |
} | |
.g__padding-left--40percent { | |
padding-left: 40%; | |
} | |
.g__padding-left--50percent { | |
padding-left: 50%; | |
} | |
.g__padding-left--60percent { | |
padding-left: 60%; | |
} | |
.g__padding-left--70percent { | |
padding-left: 70%; | |
} | |
.g__padding-left--80percent { | |
padding-left: 80%; | |
} | |
.g__padding-left--90percent { | |
padding-left: 90%; | |
} | |
.g__padding-left--100percent { | |
padding-left: 100%; | |
} | |
.g__padding-right--0 { | |
padding-right: 0; | |
} | |
.g__padding-right--50px { | |
padding-right: 50px; | |
} | |
.g__padding-right--100px { | |
padding-right: 100px; | |
} | |
.g__padding-right--150px { | |
padding-right: 150px; | |
} | |
.g__padding-right--200px { | |
padding-right: 200px; | |
} | |
.g__padding-right--250px { | |
padding-right: 250px; | |
} | |
.g__padding-right--300px { | |
padding-right: 300px; | |
} | |
.g__padding-right--350px { | |
padding-right: 350px; | |
} | |
.g__padding-right--400px { | |
padding-right: 400px; | |
} | |
.g__padding-right--450px { | |
padding-right: 450px; | |
} | |
.g__padding-right--500px { | |
padding-right: 500px; | |
} | |
.g__padding-right--0 { | |
padding-right: 0; | |
} | |
.g__padding-right--10percent { | |
padding-right: 10%; | |
} | |
.g__padding-right--20percent { | |
padding-right: 20%; | |
} | |
.g__padding-right--30percent { | |
padding-right: 30%; | |
} | |
.g__padding-right--40percent { | |
padding-right: 40%; | |
} | |
.g__padding-right--50percent { | |
padding-right: 50%; | |
} | |
.g__padding-right--60percent { | |
padding-right: 60%; | |
} | |
.g__padding-right--70percent { | |
padding-right: 70%; | |
} | |
.g__padding-right--80percent { | |
padding-right: 80%; | |
} | |
.g__padding-right--90percent { | |
padding-right: 90%; | |
} | |
.g__padding-right--100percent { | |
padding-right: 100%; | |
} | |
.g__padding-top--0 { | |
padding-top: 0; | |
} | |
.g__padding-top--50px { | |
padding-top: 50px; | |
} | |
.g__padding-top--100px { | |
padding-top: 100px; | |
} | |
.g__padding-top--150px { | |
padding-top: 150px; | |
} | |
.g__padding-top--200px { | |
padding-top: 200px; | |
} | |
.g__padding-top--250px { | |
padding-top: 250px; | |
} | |
.g__padding-top--300px { | |
padding-top: 300px; | |
} | |
.g__padding-top--350px { | |
padding-top: 350px; | |
} | |
.g__padding-top--400px { | |
padding-top: 400px; | |
} | |
.g__padding-top--450px { | |
padding-top: 450px; | |
} | |
.g__padding-top--500px { | |
padding-top: 500px; | |
} | |
.g__padding-top--0 { | |
padding-top: 0; | |
} | |
.g__padding-top--10percent { | |
padding-top: 10%; | |
} | |
.g__padding-top--20percent { | |
padding-top: 20%; | |
} | |
.g__padding-top--30percent { | |
padding-top: 30%; | |
} | |
.g__padding-top--40percent { | |
padding-top: 40%; | |
} | |
.g__padding-top--50percent { | |
padding-top: 50%; | |
} | |
.g__padding-top--60percent { | |
padding-top: 60%; | |
} | |
.g__padding-top--70percent { | |
padding-top: 70%; | |
} | |
.g__padding-top--80percent { | |
padding-top: 80%; | |
} | |
.g__padding-top--90percent { | |
padding-top: 90%; | |
} | |
.g__padding-top--100percent { | |
padding-top: 100%; | |
} | |
.g__border-bottom-width--medium { | |
border-bottom-width: medium; | |
} | |
.g__border-bottom-width--thin { | |
border-bottom-width: thin; | |
} | |
.g__border-bottom-width--thick { | |
border-bottom-width: thick; | |
} | |
.g__border-bottom-width--0 { | |
border-bottom-width: 0; | |
} | |
.g__border-bottom-width--5px { | |
border-bottom-width: 5px; | |
} | |
.g__border-bottom-width--10px { | |
border-bottom-width: 10px; | |
} | |
.g__border-bottom-width--15px { | |
border-bottom-width: 15px; | |
} | |
.g__border-bottom-width--20px { | |
border-bottom-width: 20px; | |
} | |
.g__border-bottom-width--25px { | |
border-bottom-width: 25px; | |
} | |
.g__border-bottom-width--30px { | |
border-bottom-width: 30px; | |
} | |
.g__border-color--aliceblue { | |
border-color: aliceblue; | |
} | |
.g__border-color--antiquewhite { | |
border-color: antiquewhite; | |
} | |
.g__border-color--aqua { | |
border-color: aqua; | |
} | |
.g__border-color--aquamarine { | |
border-color: aquamarine; | |
} | |
.g__border-color--azure { | |
border-color: azure; | |
} | |
.g__border-color--beige { | |
border-color: beige; | |
} | |
.g__border-color--bisque { | |
border-color: bisque; | |
} | |
.g__border-color--black { | |
border-color: black; | |
} | |
.g__border-color--blanchedalmond { | |
border-color: blanchedalmond; | |
} | |
.g__border-color--blue { | |
border-color: blue; | |
} | |
.g__border-color--blueviolet { | |
border-color: blueviolet; | |
} | |
.g__border-color--brown { | |
border-color: brown; | |
} | |
.g__border-color--burlywood { | |
border-color: burlywood; | |
} | |
.g__border-color--cadetblue { | |
border-color: cadetblue; | |
} | |
.g__border-color--chartreuse { | |
border-color: chartreuse; | |
} | |
.g__border-color--chocolate { | |
border-color: chocolate; | |
} | |
.g__border-color--coral { | |
border-color: coral; | |
} | |
.g__border-color--cornflowerblue { | |
border-color: cornflowerblue; | |
} | |
.g__border-color--cornsilk { | |
border-color: cornsilk; | |
} | |
.g__border-color--crimson { | |
border-color: crimson; | |
} | |
.g__border-color--cyan { | |
border-color: cyan; | |
} | |
.g__border-color--darkblue { | |
border-color: darkblue; | |
} | |
.g__border-color--darkcyan { | |
border-color: darkcyan; | |
} | |
.g__border-color--darkgoldenrod { | |
border-color: darkgoldenrod; | |
} | |
.g__border-color--darkgray { | |
border-color: darkgray; | |
} | |
.g__border-color--darkgrey { | |
border-color: darkgrey; | |
} | |
.g__border-color--darkgreen { | |
border-color: darkgreen; | |
} | |
.g__border-color--darkkhaki { | |
border-color: darkkhaki; | |
} | |
.g__border-color--darkmagenta { | |
border-color: darkmagenta; | |
} | |
.g__border-color--darkolivegreen { | |
border-color: darkolivegreen; | |
} | |
.g__border-color--darkorange { | |
border-color: darkorange; | |
} | |
.g__border-color--darkorchid { | |
border-color: darkorchid; | |
} | |
.g__border-color--darkred { | |
border-color: darkred; | |
} | |
.g__border-color--darksalmon { | |
border-color: darksalmon; | |
} | |
.g__border-color--darkseagreen { | |
border-color: darkseagreen; | |
} | |
.g__border-color--darkslateblue { | |
border-color: darkslateblue; | |
} | |
.g__border-color--darkslategray { | |
border-color: darkslategray; | |
} | |
.g__border-color--darkslategrey { | |
border-color: darkslategrey; | |
} | |
.g__border-color--darkturquoise { | |
border-color: darkturquoise; | |
} | |
.g__border-color--darkviolet { | |
border-color: darkviolet; | |
} | |
.g__border-color--deeppink { | |
border-color: deeppink; | |
} | |
.g__border-color--deepskyblue { | |
border-color: deepskyblue; | |
} | |
.g__border-color--dimgray { | |
border-color: dimgray; | |
} | |
.g__border-color--dimgrey { | |
border-color: dimgrey; | |
} | |
.g__border-color--dodgerblue { | |
border-color: dodgerblue; | |
} | |
.g__border-color--firebrick { | |
border-color: firebrick; | |
} | |
.g__border-color--floralwhite { | |
border-color: floralwhite; | |
} | |
.g__border-color--forestgreen { | |
border-color: forestgreen; | |
} | |
.g__border-color--fuchsia { | |
border-color: fuchsia; | |
} | |
.g__border-color--gainsboro { | |
border-color: gainsboro; | |
} | |
.g__border-color--ghostwhite { | |
border-color: ghostwhite; | |
} | |
.g__border-color--gold { | |
border-color: gold; | |
} | |
.g__border-color--goldenrod { | |
border-color: goldenrod; | |
} | |
.g__border-color--gray { | |
border-color: gray; | |
} | |
.g__border-color--grey { | |
border-color: grey; | |
} | |
.g__border-color--green { | |
border-color: green; | |
} | |
.g__border-color--greenyellow { | |
border-color: greenyellow; | |
} | |
.g__border-color--honeydew { | |
border-color: honeydew; | |
} | |
.g__border-color--hotpink { | |
border-color: hotpink; | |
} | |
.g__border-color--indianred { | |
border-color: indianred; | |
} | |
.g__border-color--indigo { | |
border-color: indigo; | |
} | |
.g__border-color--ivory { | |
border-color: ivory; | |
} | |
.g__border-color--khaki { | |
border-color: khaki; | |
} | |
.g__border-color--lavender { | |
border-color: lavender; | |
} | |
.g__border-color--lavenderblush { | |
border-color: lavenderblush; | |
} | |
.g__border-color--lawngreen { | |
border-color: lawngreen; | |
} | |
.g__border-color--lemonchiffon { | |
border-color: lemonchiffon; | |
} | |
.g__border-color--lightblue { | |
border-color: lightblue; | |
} | |
.g__border-color--lightcoral { | |
border-color: lightcoral; | |
} | |
.g__border-color--lightcyan { | |
border-color: lightcyan; | |
} | |
.g__border-color--lightgoldenrodyellow { | |
border-color: lightgoldenrodyellow; | |
} | |
.g__border-color--lightgray { | |
border-color: lightgray; | |
} | |
.g__border-color--lightgrey { | |
border-color: lightgrey; | |
} | |
.g__border-color--lightgreen { | |
border-color: lightgreen; | |
} | |
.g__border-color--lightpink { | |
border-color: lightpink; | |
} | |
.g__border-color--lightsalmon { | |
border-color: lightsalmon; | |
} | |
.g__border-color--lightseagreen { | |
border-color: lightseagreen; | |
} | |
.g__border-color--lightskyblue { | |
border-color: lightskyblue; | |
} | |
.g__border-color--lightslategray { | |
border-color: lightslategray; | |
} | |
.g__border-color--lightslategrey { | |
border-color: lightslategrey; | |
} | |
.g__border-color--lightsteelblue { | |
border-color: lightsteelblue; | |
} | |
.g__border-color--lightyellow { | |
border-color: lightyellow; | |
} | |
.g__border-color--lime { | |
border-color: lime; | |
} | |
.g__border-color--limegreen { | |
border-color: limegreen; | |
} | |
.g__border-color--linen { | |
border-color: linen; | |
} | |
.g__border-color--magenta { | |
border-color: magenta; | |
} | |
.g__border-color--maroon { | |
border-color: maroon; | |
} | |
.g__border-color--mediumaquamarine { | |
border-color: mediumaquamarine; | |
} | |
.g__border-color--mediumblue { | |
border-color: mediumblue; | |
} | |
.g__border-color--mediumorchid { | |
border-color: mediumorchid; | |
} | |
.g__border-color--mediumpurple { | |
border-color: mediumpurple; | |
} | |
.g__border-color--mediumseagreen { | |
border-color: mediumseagreen; | |
} | |
.g__border-color--mediumslateblue { | |
border-color: mediumslateblue; | |
} | |
.g__border-color--mediumspringgreen { | |
border-color: mediumspringgreen; | |
} | |
.g__border-color--mediumturquoise { | |
border-color: mediumturquoise; | |
} | |
.g__border-color--mediumvioletred { | |
border-color: mediumvioletred; | |
} | |
.g__border-color--midnightblue { | |
border-color: midnightblue; | |
} | |
.g__border-color--mintcream { | |
border-color: mintcream; | |
} | |
.g__border-color--mistyrose { | |
border-color: mistyrose; | |
} | |
.g__border-color--moccasin { | |
border-color: moccasin; | |
} | |
.g__border-color--navajowhite { | |
border-color: navajowhite; | |
} | |
.g__border-color--navy { | |
border-color: navy; | |
} | |
.g__border-color--oldlace { | |
border-color: oldlace; | |
} | |
.g__border-color--olive { | |
border-color: olive; | |
} | |
.g__border-color--olivedrab { | |
border-color: olivedrab; | |
} | |
.g__border-color--orange { | |
border-color: orange; | |
} | |
.g__border-color--orangered { | |
border-color: orangered; | |
} | |
.g__border-color--orchid { | |
border-color: orchid; | |
} | |
.g__border-color--palegoldenrod { | |
border-color: palegoldenrod; | |
} | |
.g__border-color--palegreen { | |
border-color: palegreen; | |
} | |
.g__border-color--paleturquoise { | |
border-color: paleturquoise; | |
} | |
.g__border-color--palevioletred { | |
border-color: palevioletred; | |
} | |
.g__border-color--papayawhip { | |
border-color: papayawhip; | |
} | |
.g__border-color--peachpuff { | |
border-color: peachpuff; | |
} | |
.g__border-color--peru { | |
border-color: peru; | |
} | |
.g__border-color--pink { | |
border-color: pink; | |
} | |
.g__border-color--plum { | |
border-color: plum; | |
} | |
.g__border-color--powderblue { | |
border-color: powderblue; | |
} | |
.g__border-color--purple { | |
border-color: purple; | |
} | |
.g__border-color--red { | |
border-color: red; | |
} | |
.g__border-color--rosybrown { | |
border-color: rosybrown; | |
} | |
.g__border-color--royalblue { | |
border-color: royalblue; | |
} | |
.g__border-color--saddlebrown { | |
border-color: saddlebrown; | |
} | |
.g__border-color--salmon { | |
border-color: salmon; | |
} | |
.g__border-color--sandybrown { | |
border-color: sandybrown; | |
} | |
.g__border-color--seagreen { | |
border-color: seagreen; | |
} | |
.g__border-color--seashell { | |
border-color: seashell; | |
} | |
.g__border-color--sienna { | |
border-color: sienna; | |
} | |
.g__border-color--silver { | |
border-color: silver; | |
} | |
.g__border-color--skyblue { | |
border-color: skyblue; | |
} | |
.g__border-color--slateblue { | |
border-color: slateblue; | |
} | |
.g__border-color--slategray { | |
border-color: slategray; | |
} | |
.g__border-color--slategrey { | |
border-color: slategrey; | |
} | |
.g__border-color--snow { | |
border-color: snow; | |
} | |
.g__border-color--springgreen { | |
border-color: springgreen; | |
} | |
.g__border-color--steelblue { | |
border-color: steelblue; | |
} | |
.g__border-color--tan { | |
border-color: tan; | |
} | |
.g__border-color--teal { | |
border-color: teal; | |
} | |
.g__border-color--thistle { | |
border-color: thistle; | |
} | |
.g__border-color--tomato { | |
border-color: tomato; | |
} | |
.g__border-color--turquoise { | |
border-color: turquoise; | |
} | |
.g__border-color--violet { | |
border-color: violet; | |
} | |
.g__border-color--wheat { | |
border-color: wheat; | |
} | |
.g__border-color--white { | |
border-color: white; | |
} | |
.g__border-color--whitesmoke { | |
border-color: whitesmoke; | |
} | |
.g__border-color--yellow { | |
border-color: yellow; | |
} | |
.g__border-color--yellowgreen { | |
border-color: yellowgreen; | |
} | |
.g__border-color--transparent { | |
border-color: transparent; | |
} | |
.g__border-left-width--medium { | |
border-left-width: medium; | |
} | |
.g__border-left-width--thin { | |
border-left-width: thin; | |
} | |
.g__border-left-width--thick { | |
border-left-width: thick; | |
} | |
.g__border-left-width--0 { | |
border-left-width: 0; | |
} | |
.g__border-left-width--5px { | |
border-left-width: 5px; | |
} | |
.g__border-left-width--10px { | |
border-left-width: 10px; | |
} | |
.g__border-left-width--15px { | |
border-left-width: 15px; | |
} | |
.g__border-left-width--20px { | |
border-left-width: 20px; | |
} | |
.g__border-left-width--25px { | |
border-left-width: 25px; | |
} | |
.g__border-left-width--30px { | |
border-left-width: 30px; | |
} | |
.g__border-right-width--medium { | |
border-right-width: medium; | |
} | |
.g__border-right-width--thin { | |
border-right-width: thin; | |
} | |
.g__border-right-width--thick { | |
border-right-width: thick; | |
} | |
.g__border-right-width--0 { | |
border-right-width: 0; | |
} | |
.g__border-right-width--5px { | |
border-right-width: 5px; | |
} | |
.g__border-right-width--10px { | |
border-right-width: 10px; | |
} | |
.g__border-right-width--15px { | |
border-right-width: 15px; | |
} | |
.g__border-right-width--20px { | |
border-right-width: 20px; | |
} | |
.g__border-right-width--25px { | |
border-right-width: 25px; | |
} | |
.g__border-right-width--30px { | |
border-right-width: 30px; | |
} | |
.g__border-style--none { | |
border-style: none; | |
} | |
.g__border-style--dotted { | |
border-style: dotted; | |
} | |
.g__border-style--dashed { | |
border-style: dashed; | |
} | |
.g__border-style--solid { | |
border-style: solid; | |
} | |
.g__border-style--double { | |
border-style: double; | |
} | |
.g__border-style--groove { | |
border-style: groove; | |
} | |
.g__border-style--ridge { | |
border-style: ridge; | |
} | |
.g__border-style--inset { | |
border-style: inset; | |
} | |
.g__border-style--outset { | |
border-style: outset; | |
} | |
.g__border-top-width--medium { | |
border-top-width: medium; | |
} | |
.g__border-top-width--thin { | |
border-top-width: thin; | |
} | |
.g__border-top-width--thick { | |
border-top-width: thick; | |
} | |
.g__border-top-width--0 { | |
border-top-width: 0; | |
} | |
.g__border-top-width--5px { | |
border-top-width: 5px; | |
} | |
.g__border-top-width--10px { | |
border-top-width: 10px; | |
} | |
.g__border-top-width--15px { | |
border-top-width: 15px; | |
} | |
.g__border-top-width--20px { | |
border-top-width: 20px; | |
} | |
.g__border-top-width--25px { | |
border-top-width: 25px; | |
} | |
.g__border-top-width--30px { | |
border-top-width: 30px; | |
} | |
.g__height--auto { | |
height: auto; | |
} | |
.g__height--0 { | |
height: 0; | |
} | |
.g__height--50px { | |
height: 50px; | |
} | |
.g__height--100px { | |
height: 100px; | |
} | |
.g__height--150px { | |
height: 150px; | |
} | |
.g__height--200px { | |
height: 200px; | |
} | |
.g__height--250px { | |
height: 250px; | |
} | |
.g__height--300px { | |
height: 300px; | |
} | |
.g__height--350px { | |
height: 350px; | |
} | |
.g__height--400px { | |
height: 400px; | |
} | |
.g__height--450px { | |
height: 450px; | |
} | |
.g__height--500px { | |
height: 500px; | |
} | |
.g__height--0 { | |
height: 0; | |
} | |
.g__height--10percent { | |
height: 10%; | |
} | |
.g__height--20percent { | |
height: 20%; | |
} | |
.g__height--30percent { | |
height: 30%; | |
} | |
.g__height--40percent { | |
height: 40%; | |
} | |
.g__height--50percent { | |
height: 50%; | |
} | |
.g__height--60percent { | |
height: 60%; | |
} | |
.g__height--70percent { | |
height: 70%; | |
} | |
.g__height--80percent { | |
height: 80%; | |
} | |
.g__height--90percent { | |
height: 90%; | |
} | |
.g__height--100percent { | |
height: 100%; | |
} | |
.g__width--auto { | |
width: auto; | |
} | |
.g__width--0 { | |
width: 0; | |
} | |
.g__width--50px { | |
width: 50px; | |
} | |
.g__width--100px { | |
width: 100px; | |
} | |
.g__width--150px { | |
width: 150px; | |
} | |
.g__width--200px { | |
width: 200px; | |
} | |
.g__width--250px { | |
width: 250px; | |
} | |
.g__width--300px { | |
width: 300px; | |
} | |
.g__width--350px { | |
width: 350px; | |
} | |
.g__width--400px { | |
width: 400px; | |
} | |
.g__width--450px { | |
width: 450px; | |
} | |
.g__width--500px { | |
width: 500px; | |
} | |
.g__width--0 { | |
width: 0; | |
} | |
.g__width--10percent { | |
width: 10%; | |
} | |
.g__width--20percent { | |
width: 20%; | |
} | |
.g__width--30percent { | |
width: 30%; | |
} | |
.g__width--40percent { | |
width: 40%; | |
} | |
.g__width--50percent { | |
width: 50%; | |
} | |
.g__width--60percent { | |
width: 60%; | |
} | |
.g__width--70percent { | |
width: 70%; | |
} | |
.g__width--80percent { | |
width: 80%; | |
} | |
.g__width--90percent { | |
width: 90%; | |
} | |
.g__width--100percent { | |
width: 100%; | |
} | |
.g__list-style-type--disc { | |
list-style-type: disc; | |
} | |
.g__list-style-type--circle { | |
list-style-type: circle; | |
} | |
.g__list-style-type--square { | |
list-style-type: square; | |
} | |
.g__list-style-type--decimal { | |
list-style-type: decimal; | |
} | |
.g__list-style-type--lower-roman { | |
list-style-type: lower-roman; | |
} | |
.g__list-style-type--upper-roman { | |
list-style-type: upper-roman; | |
} | |
.g__list-style-type--lower-alpha { | |
list-style-type: lower-alpha; | |
} | |
.g__list-style-type--upper-alpha { | |
list-style-type: upper-alpha; | |
} | |
.g__list-style-type--upper-latin { | |
list-style-type: upper-latin; | |
} | |
.g__list-style-type--hebrew { | |
list-style-type: hebrew; | |
} | |
.g__list-style-type--armenian { | |
list-style-type: armenian; | |
} | |
.g__list-style-type--georgian { | |
list-style-type: georgian; | |
} | |
.g__list-style-type--cjk-ideographic { | |
list-style-type: cjk-ideographic; | |
} | |
.g__list-style-type--hiragana { | |
list-style-type: hiragana; | |
} | |
.g__list-style-type--katakana { | |
list-style-type: katakana; | |
} | |
.g__list-style-type--hiragana-iroha { | |
list-style-type: hiragana-iroha; | |
} | |
.g__list-style-type--katakana-iroh { | |
list-style-type: katakana-iroh; | |
} | |
.g__list-style-type--none { | |
list-style-type: none; | |
} | |
.g__list-style-image--none { | |
list-style-image: none; | |
} | |
.g__list-style-position--outside { | |
list-style-position: outside; | |
} | |
.g__list-style-position--inside { | |
list-style-position: inside; | |
} | |
.g__white-space--normal { | |
white-space: normal; | |
} | |
.g__white-space--pre { | |
white-space: pre; | |
} | |
.g__white-space--nowrap { | |
white-space: nowrap; | |
} | |
.g__clip--auto { | |
clip: auto; | |
} | |
.g__cursor--auto { | |
cursor: auto; | |
} | |
.g__cursor--crosshair { | |
cursor: crosshair; | |
} | |
.g__cursor--default { | |
cursor: default; | |
} | |
.g__cursor--pointer { | |
cursor: pointer; | |
} | |
.g__cursor--move { | |
cursor: move; | |
} | |
.g__cursor--e-resize { | |
cursor: e-resize; | |
} | |
.g__cursor--ne-resize { | |
cursor: ne-resize; | |
} | |
.g__cursor--nw-resize { | |
cursor: nw-resize; | |
} | |
.g__cursor--n-resize { | |
cursor: n-resize; | |
} | |
.g__cursor--se-resize { | |
cursor: se-resize; | |
} | |
.g__cursor--sw-resize { | |
cursor: sw-resize; | |
} | |
.g__cursor--s-resize { | |
cursor: s-resize; | |
} | |
.g__cursor--w-resize { | |
cursor: w-resize; | |
} | |
.g__cursor--text { | |
cursor: text; | |
} | |
.g__cursor--wait { | |
cursor: wait; | |
} | |
.g__cursor--help { | |
cursor: help; | |
} | |
.g__outline-width--medium { | |
outline-width: medium; | |
} | |
.g__outline-width--thin { | |
outline-width: thin; | |
} | |
.g__outline-width--thick { | |
outline-width: thick; | |
} | |
.g__outline-width--0 { | |
outline-width: 0; | |
} | |
.g__outline-width--5px { | |
outline-width: 5px; | |
} | |
.g__outline-width--10px { | |
outline-width: 10px; | |
} | |
.g__outline-width--15px { | |
outline-width: 15px; | |
} | |
.g__outline-width--20px { | |
outline-width: 20px; | |
} | |
.g__outline-width--25px { | |
outline-width: 25px; | |
} | |
.g__outline-width--30px { | |
outline-width: 30px; | |
} | |
.g__outline-width--35px { | |
outline-width: 35px; | |
} | |
.g__outline-width--40px { | |
outline-width: 40px; | |
} | |
.g__outline-width--45px { | |
outline-width: 45px; | |
} | |
.g__outline-width--50px { | |
outline-width: 50px; | |
} | |
.g__outline-width--55px { | |
outline-width: 55px; | |
} | |
.g__outline-width--60px { | |
outline-width: 60px; | |
} | |
.g__outline-width--65px { | |
outline-width: 65px; | |
} | |
.g__outline-width--70px { | |
outline-width: 70px; | |
} | |
.g__outline-width--75px { | |
outline-width: 75px; | |
} | |
.g__outline-width--80px { | |
outline-width: 80px; | |
} | |
.g__outline-width--85px { | |
outline-width: 85px; | |
} | |
.g__outline-width--90px { | |
outline-width: 90px; | |
} | |
.g__outline-width--95px { | |
outline-width: 95px; | |
} | |
.g__outline-width--100px { | |
outline-width: 100px; | |
} | |
.g__outline-width--inherit { | |
outline-width: inherit; | |
} | |
.g__outline-style--none { | |
outline-style: none; | |
} | |
.g__outline-style--dotted { | |
outline-style: dotted; | |
} | |
.g__outline-style--dashed { | |
outline-style: dashed; | |
} | |
.g__outline-style--solid { | |
outline-style: solid; | |
} | |
.g__outline-style--double { | |
outline-style: double; | |
} | |
.g__outline-style--groove { | |
outline-style: groove; | |
} | |
.g__outline-style--ridge { | |
outline-style: ridge; | |
} | |
.g__outline-style--inset { | |
outline-style: inset; | |
} | |
.g__outline-style--outset { | |
outline-style: outset; | |
} | |
.g__outline-color--aliceblue { | |
outline-color: aliceblue; | |
} | |
.g__outline-color--antiquewhite { | |
outline-color: antiquewhite; | |
} | |
.g__outline-color--aqua { | |
outline-color: aqua; | |
} | |
.g__outline-color--aquamarine { | |
outline-color: aquamarine; | |
} | |
.g__outline-color--azure { | |
outline-color: azure; | |
} | |
.g__outline-color--beige { | |
outline-color: beige; | |
} | |
.g__outline-color--bisque { | |
outline-color: bisque; | |
} | |
.g__outline-color--black { | |
outline-color: black; | |
} | |
.g__outline-color--blanchedalmond { | |
outline-color: blanchedalmond; | |
} | |
.g__outline-color--blue { | |
outline-color: blue; | |
} | |
.g__outline-color--blueviolet { | |
outline-color: blueviolet; | |
} | |
.g__outline-color--brown { | |
outline-color: brown; | |
} | |
.g__outline-color--burlywood { | |
outline-color: burlywood; | |
} | |
.g__outline-color--cadetblue { | |
outline-color: cadetblue; | |
} | |
.g__outline-color--chartreuse { | |
outline-color: chartreuse; | |
} | |
.g__outline-color--chocolate { | |
outline-color: chocolate; | |
} | |
.g__outline-color--coral { | |
outline-color: coral; | |
} | |
.g__outline-color--cornflowerblue { | |
outline-color: cornflowerblue; | |
} | |
.g__outline-color--cornsilk { | |
outline-color: cornsilk; | |
} | |
.g__outline-color--crimson { | |
outline-color: crimson; | |
} | |
.g__outline-color--cyan { | |
outline-color: cyan; | |
} | |
.g__outline-color--darkblue { | |
outline-color: darkblue; | |
} | |
.g__outline-color--darkcyan { | |
outline-color: darkcyan; | |
} | |
.g__outline-color--darkgoldenrod { | |
outline-color: darkgoldenrod; | |
} | |
.g__outline-color--darkgray { | |
outline-color: darkgray; | |
} | |
.g__outline-color--darkgrey { | |
outline-color: darkgrey; | |
} | |
.g__outline-color--darkgreen { | |
outline-color: darkgreen; | |
} | |
.g__outline-color--darkkhaki { | |
outline-color: darkkhaki; | |
} | |
.g__outline-color--darkmagenta { | |
outline-color: darkmagenta; | |
} | |
.g__outline-color--darkolivegreen { | |
outline-color: darkolivegreen; | |
} | |
.g__outline-color--darkorange { | |
outline-color: darkorange; | |
} | |
.g__outline-color--darkorchid { | |
outline-color: darkorchid; | |
} | |
.g__outline-color--darkred { | |
outline-color: darkred; | |
} | |
.g__outline-color--darksalmon { | |
outline-color: darksalmon; | |
} | |
.g__outline-color--darkseagreen { | |
outline-color: darkseagreen; | |
} | |
.g__outline-color--darkslateblue { | |
outline-color: darkslateblue; | |
} | |
.g__outline-color--darkslategray { | |
outline-color: darkslategray; | |
} | |
.g__outline-color--darkslategrey { | |
outline-color: darkslategrey; | |
} | |
.g__outline-color--darkturquoise { | |
outline-color: darkturquoise; | |
} | |
.g__outline-color--darkviolet { | |
outline-color: darkviolet; | |
} | |
.g__outline-color--deeppink { | |
outline-color: deeppink; | |
} | |
.g__outline-color--deepskyblue { | |
outline-color: deepskyblue; | |
} | |
.g__outline-color--dimgray { | |
outline-color: dimgray; | |
} | |
.g__outline-color--dimgrey { | |
outline-color: dimgrey; | |
} | |
.g__outline-color--dodgerblue { | |
outline-color: dodgerblue; | |
} | |
.g__outline-color--firebrick { | |
outline-color: firebrick; | |
} | |
.g__outline-color--floralwhite { | |
outline-color: floralwhite; | |
} | |
.g__outline-color--forestgreen { | |
outline-color: forestgreen; | |
} | |
.g__outline-color--fuchsia { | |
outline-color: fuchsia; | |
} | |
.g__outline-color--gainsboro { | |
outline-color: gainsboro; | |
} | |
.g__outline-color--ghostwhite { | |
outline-color: ghostwhite; | |
} | |
.g__outline-color--gold { | |
outline-color: gold; | |
} | |
.g__outline-color--goldenrod { | |
outline-color: goldenrod; | |
} | |
.g__outline-color--gray { | |
outline-color: gray; | |
} | |
.g__outline-color--grey { | |
outline-color: grey; | |
} | |
.g__outline-color--green { | |
outline-color: green; | |
} | |
.g__outline-color--greenyellow { | |
outline-color: greenyellow; | |
} | |
.g__outline-color--honeydew { | |
outline-color: honeydew; | |
} | |
.g__outline-color--hotpink { | |
outline-color: hotpink; | |
} | |
.g__outline-color--indianred { | |
outline-color: indianred; | |
} | |
.g__outline-color--indigo { | |
outline-color: indigo; | |
} | |
.g__outline-color--ivory { | |
outline-color: ivory; | |
} | |
.g__outline-color--khaki { | |
outline-color: khaki; | |
} | |
.g__outline-color--lavender { | |
outline-color: lavender; | |
} | |
.g__outline-color--lavenderblush { | |
outline-color: lavenderblush; | |
} | |
.g__outline-color--lawngreen { | |
outline-color: lawngreen; | |
} | |
.g__outline-color--lemonchiffon { | |
outline-color: lemonchiffon; | |
} | |
.g__outline-color--lightblue { | |
outline-color: lightblue; | |
} | |
.g__outline-color--lightcoral { | |
outline-color: lightcoral; | |
} | |
.g__outline-color--lightcyan { | |
outline-color: lightcyan; | |
} | |
.g__outline-color--lightgoldenrodyellow { | |
outline-color: lightgoldenrodyellow; | |
} | |
.g__outline-color--lightgray { | |
outline-color: lightgray; | |
} | |
.g__outline-color--lightgrey { | |
outline-color: lightgrey; | |
} | |
.g__outline-color--lightgreen { | |
outline-color: lightgreen; | |
} | |
.g__outline-color--lightpink { | |
outline-color: lightpink; | |
} | |
.g__outline-color--lightsalmon { | |
outline-color: lightsalmon; | |
} | |
.g__outline-color--lightseagreen { | |
outline-color: lightseagreen; | |
} | |
.g__outline-color--lightskyblue { | |
outline-color: lightskyblue; | |
} | |
.g__outline-color--lightslategray { | |
outline-color: lightslategray; | |
} | |
.g__outline-color--lightslategrey { | |
outline-color: lightslategrey; | |
} | |
.g__outline-color--lightsteelblue { | |
outline-color: lightsteelblue; | |
} | |
.g__outline-color--lightyellow { | |
outline-color: lightyellow; | |
} | |
.g__outline-color--lime { | |
outline-color: lime; | |
} | |
.g__outline-color--limegreen { | |
outline-color: limegreen; | |
} | |
.g__outline-color--linen { | |
outline-color: linen; | |
} | |
.g__outline-color--magenta { | |
outline-color: magenta; | |
} | |
.g__outline-color--maroon { | |
outline-color: maroon; | |
} | |
.g__outline-color--mediumaquamarine { | |
outline-color: mediumaquamarine; | |
} | |
.g__outline-color--mediumblue { | |
outline-color: mediumblue; | |
} | |
.g__outline-color--mediumorchid { | |
outline-color: mediumorchid; | |
} | |
.g__outline-color--mediumpurple { | |
outline-color: mediumpurple; | |
} | |
.g__outline-color--mediumseagreen { | |
outline-color: mediumseagreen; | |
} | |
.g__outline-color--mediumslateblue { | |
outline-color: mediumslateblue; | |
} | |
.g__outline-color--mediumspringgreen { | |
outline-color: mediumspringgreen; | |
} | |
.g__outline-color--mediumturquoise { | |
outline-color: mediumturquoise; | |
} | |
.g__outline-color--mediumvioletred { | |
outline-color: mediumvioletred; | |
} | |
.g__outline-color--midnightblue { | |
outline-color: midnightblue; | |
} | |
.g__outline-color--mintcream { | |
outline-color: mintcream; | |
} | |
.g__outline-color--mistyrose { | |
outline-color: mistyrose; | |
} | |
.g__outline-color--moccasin { | |
outline-color: moccasin; | |
} | |
.g__outline-color--navajowhite { | |
outline-color: navajowhite; | |
} | |
.g__outline-color--navy { | |
outline-color: navy; | |
} | |
.g__outline-color--oldlace { | |
outline-color: oldlace; | |
} | |
.g__outline-color--olive { | |
outline-color: olive; | |
} | |
.g__outline-color--olivedrab { | |
outline-color: olivedrab; | |
} | |
.g__outline-color--orange { | |
outline-color: orange; | |
} | |
.g__outline-color--orangered { | |
outline-color: orangered; | |
} | |
.g__outline-color--orchid { | |
outline-color: orchid; | |
} | |
.g__outline-color--palegoldenrod { | |
outline-color: palegoldenrod; | |
} | |
.g__outline-color--palegreen { | |
outline-color: palegreen; | |
} | |
.g__outline-color--paleturquoise { | |
outline-color: paleturquoise; | |
} | |
.g__outline-color--palevioletred { | |
outline-color: palevioletred; | |
} | |
.g__outline-color--papayawhip { | |
outline-color: papayawhip; | |
} | |
.g__outline-color--peachpuff { | |
outline-color: peachpuff; | |
} | |
.g__outline-color--peru { | |
outline-color: peru; | |
} | |
.g__outline-color--pink { | |
outline-color: pink; | |
} | |
.g__outline-color--plum { | |
outline-color: plum; | |
} | |
.g__outline-color--powderblue { | |
outline-color: powderblue; | |
} | |
.g__outline-color--purple { | |
outline-color: purple; | |
} | |
.g__outline-color--red { | |
outline-color: red; | |
} | |
.g__outline-color--rosybrown { | |
outline-color: rosybrown; | |
} | |
.g__outline-color--royalblue { | |
outline-color: royalblue; | |
} | |
.g__outline-color--saddlebrown { | |
outline-color: saddlebrown; | |
} | |
.g__outline-color--salmon { | |
outline-color: salmon; | |
} | |
.g__outline-color--sandybrown { | |
outline-color: sandybrown; | |
} | |
.g__outline-color--seagreen { | |
outline-color: seagreen; | |
} | |
.g__outline-color--seashell { | |
outline-color: seashell; | |
} | |
.g__outline-color--sienna { | |
outline-color: sienna; | |
} | |
.g__outline-color--silver { | |
outline-color: silver; | |
} | |
.g__outline-color--skyblue { | |
outline-color: skyblue; | |
} | |
.g__outline-color--slateblue { | |
outline-color: slateblue; | |
} | |
.g__outline-color--slategray { | |
outline-color: slategray; | |
} | |
.g__outline-color--slategrey { | |
outline-color: slategrey; | |
} | |
.g__outline-color--snow { | |
outline-color: snow; | |
} | |
.g__outline-color--springgreen { | |
outline-color: springgreen; | |
} | |
.g__outline-color--steelblue { | |
outline-color: steelblue; | |
} | |
.g__outline-color--tan { | |
outline-color: tan; | |
} | |
.g__outline-color--teal { | |
outline-color: teal; | |
} | |
.g__outline-color--thistle { | |
outline-color: thistle; | |
} | |
.g__outline-color--tomato { | |
outline-color: tomato; | |
} | |
.g__outline-color--turquoise { | |
outline-color: turquoise; | |
} | |
.g__outline-color--violet { | |
outline-color: violet; | |
} | |
.g__outline-color--wheat { | |
outline-color: wheat; | |
} | |
.g__outline-color--white { | |
outline-color: white; | |
} | |
.g__outline-color--whitesmoke { | |
outline-color: whitesmoke; | |
} | |
.g__outline-color--yellow { | |
outline-color: yellow; | |
} | |
.g__outline-color--yellowgreen { | |
outline-color: yellowgreen; | |
} | |
.g__outline-color--transparent { | |
outline-color: transparent; | |
} | |
.g__outline-color--invert { | |
outline-color: invert; | |
} | |
.g__outline-color--inherit { | |
outline-color: inherit; | |
} | |
.g__overflow--visible { | |
overflow: visible; | |
} | |
.g__overflow--hidden { | |
overflow: hidden; | |
} | |
.g__overflow--scroll { | |
overflow: scroll; | |
} | |
.g__overflow--auto { | |
overflow: auto; | |
} | |
.g__visibility--inherit { | |
visibility: inherit; | |
} | |
.g__visibility--visible { | |
visibility: visible; | |
} | |
.g__visibility--hidden { | |
visibility: hidden; | |
} | |
.g__bottom--auto { | |
bottom: auto; | |
} | |
.g__bottom--inherit { | |
bottom: inherit; | |
} | |
.g__bottom--0 { | |
bottom: 0; | |
} | |
.g__bottom--100px { | |
bottom: 100px; | |
} | |
.g__bottom--200px { | |
bottom: 200px; | |
} | |
.g__bottom--300px { | |
bottom: 300px; | |
} | |
.g__bottom--400px { | |
bottom: 400px; | |
} | |
.g__bottom--500px { | |
bottom: 500px; | |
} | |
.g__bottom--600px { | |
bottom: 600px; | |
} | |
.g__bottom--700px { | |
bottom: 700px; | |
} | |
.g__bottom--800px { | |
bottom: 800px; | |
} | |
.g__bottom--900px { | |
bottom: 900px; | |
} | |
.g__bottom--1000px { | |
bottom: 1000px; | |
} | |
.g__bottom--1100px { | |
bottom: 1100px; | |
} | |
.g__bottom--1200px { | |
bottom: 1200px; | |
} | |
.g__bottom--0 { | |
bottom: 0; | |
} | |
.g__bottom--10percent { | |
bottom: 10%; | |
} | |
.g__bottom--20percent { | |
bottom: 20%; | |
} | |
.g__bottom--30percent { | |
bottom: 30%; | |
} | |
.g__bottom--40percent { | |
bottom: 40%; | |
} | |
.g__bottom--50percent { | |
bottom: 50%; | |
} | |
.g__bottom--60percent { | |
bottom: 60%; | |
} | |
.g__bottom--70percent { | |
bottom: 70%; | |
} | |
.g__bottom--80percent { | |
bottom: 80%; | |
} | |
.g__bottom--90percent { | |
bottom: 90%; | |
} | |
.g__bottom--100percent { | |
bottom: 100%; | |
} | |
.g__clear--none { | |
clear: none; | |
} | |
.g__clear--left { | |
clear: left; | |
} | |
.g__clear--right { | |
clear: right; | |
} | |
.g__clear--both { | |
clear: both; | |
} | |
.g__clear--inherit { | |
clear: inherit; | |
} | |
.g__direction--ltr { | |
direction: ltr; | |
} | |
.g__direction--rtl { | |
direction: rtl; | |
} | |
.g__direction--inherit { | |
direction: inherit; | |
} | |
.g__display--inline { | |
display: inline; | |
} | |
.g__display--block { | |
display: block; | |
} | |
.g__display--flex { | |
display: flex; | |
} | |
.g__display--inline-block { | |
display: inline-block; | |
} | |
.g__display--inline-flex { | |
display: inline-flex; | |
} | |
.g__display--inline-table { | |
display: inline-table; | |
} | |
.g__display--list-item { | |
display: list-item; | |
} | |
.g__display--run-in { | |
display: run-in; | |
} | |
.g__display--table { | |
display: table; | |
} | |
.g__display--table-caption { | |
display: table-caption; | |
} | |
.g__display--table-column-group { | |
display: table-column-group; | |
} | |
.g__display--table-header-group { | |
display: table-header-group; | |
} | |
.g__display--table-footer-group { | |
display: table-footer-group; | |
} | |
.g__display--table-row-group { | |
display: table-row-group; | |
} | |
.g__display--table-cell { | |
display: table-cell; | |
} | |
.g__display--table-column { | |
display: table-column; | |
} | |
.g__display--table-row { | |
display: table-row; | |
} | |
.g__display--none { | |
display: none; | |
} | |
.g__display--initial { | |
display: initial; | |
} | |
.g__display--inherit { | |
display: inherit; | |
} | |
.g__float--none { | |
float: none; | |
} | |
.g__float--left { | |
float: left; | |
} | |
.g__float--right { | |
float: right; | |
} | |
.g__float--inherit { | |
float: inherit; | |
} | |
.g__line-height--normal { | |
line-height: normal; | |
} | |
.g__line-height--0 { | |
line-height: 0; | |
} | |
.g__line-height--1px { | |
line-height: 1px; | |
} | |
.g__line-height--2px { | |
line-height: 2px; | |
} | |
.g__line-height--3px { | |
line-height: 3px; | |
} | |
.g__line-height--4px { | |
line-height: 4px; | |
} | |
.g__line-height--5px { | |
line-height: 5px; | |
} | |
.g__line-height--6px { | |
line-height: 6px; | |
} | |
.g__line-height--7px { | |
line-height: 7px; | |
} | |
.g__line-height--8px { | |
line-height: 8px; | |
} | |
.g__line-height--9px { | |
line-height: 9px; | |
} | |
.g__line-height--10px { | |
line-height: 10px; | |
} | |
.g__line-height--11px { | |
line-height: 11px; | |
} | |
.g__line-height--12px { | |
line-height: 12px; | |
} | |
.g__line-height--13px { | |
line-height: 13px; | |
} | |
.g__line-height--14px { | |
line-height: 14px; | |
} | |
.g__line-height--15px { | |
line-height: 15px; | |
} | |
.g__line-height--16px { | |
line-height: 16px; | |
} | |
.g__line-height--17px { | |
line-height: 17px; | |
} | |
.g__line-height--18px { | |
line-height: 18px; | |
} | |
.g__line-height--19px { | |
line-height: 19px; | |
} | |
.g__line-height--20px { | |
line-height: 20px; | |
} | |
.g__line-height--21px { | |
line-height: 21px; | |
} | |
.g__line-height--22px { | |
line-height: 22px; | |
} | |
.g__line-height--23px { | |
line-height: 23px; | |
} | |
.g__line-height--24px { | |
line-height: 24px; | |
} | |
.g__line-height--25px { | |
line-height: 25px; | |
} | |
.g__line-height--0 { | |
line-height: 0; | |
} | |
.g__line-height--10percent { | |
line-height: 10%; | |
} | |
.g__line-height--20percent { | |
line-height: 20%; | |
} | |
.g__line-height--30percent { | |
line-height: 30%; | |
} | |
.g__line-height--40percent { | |
line-height: 40%; | |
} | |
.g__line-height--50percent { | |
line-height: 50%; | |
} | |
.g__line-height--60percent { | |
line-height: 60%; | |
} | |
.g__line-height--70percent { | |
line-height: 70%; | |
} | |
.g__line-height--80percent { | |
line-height: 80%; | |
} | |
.g__line-height--90percent { | |
line-height: 90%; | |
} | |
.g__line-height--100percent { | |
line-height: 100%; | |
} | |
.g__left--auto { | |
left: auto; | |
} | |
.g__left--inherit { | |
left: inherit; | |
} | |
.g__left--0 { | |
left: 0; | |
} | |
.g__left--100px { | |
left: 100px; | |
} | |
.g__left--200px { | |
left: 200px; | |
} | |
.g__left--300px { | |
left: 300px; | |
} | |
.g__left--400px { | |
left: 400px; | |
} | |
.g__left--500px { | |
left: 500px; | |
} | |
.g__left--600px { | |
left: 600px; | |
} | |
.g__left--700px { | |
left: 700px; | |
} | |
.g__left--800px { | |
left: 800px; | |
} | |
.g__left--900px { | |
left: 900px; | |
} | |
.g__left--1000px { | |
left: 1000px; | |
} | |
.g__left--1100px { | |
left: 1100px; | |
} | |
.g__left--1200px { | |
left: 1200px; | |
} | |
.g__left--0 { | |
left: 0; | |
} | |
.g__left--10percent { | |
left: 10%; | |
} | |
.g__left--20percent { | |
left: 20%; | |
} | |
.g__left--30percent { | |
left: 30%; | |
} | |
.g__left--40percent { | |
left: 40%; | |
} | |
.g__left--50percent { | |
left: 50%; | |
} | |
.g__left--60percent { | |
left: 60%; | |
} | |
.g__left--70percent { | |
left: 70%; | |
} | |
.g__left--80percent { | |
left: 80%; | |
} | |
.g__left--90percent { | |
left: 90%; | |
} | |
.g__left--100percent { | |
left: 100%; | |
} | |
.g__max-height--none { | |
max-height: none; | |
} | |
.g__max-height--inherit { | |
max-height: inherit; | |
} | |
.g__max-height--0 { | |
max-height: 0; | |
} | |
.g__max-height--100px { | |
max-height: 100px; | |
} | |
.g__max-height--200px { | |
max-height: 200px; | |
} | |
.g__max-height--300px { | |
max-height: 300px; | |
} | |
.g__max-height--400px { | |
max-height: 400px; | |
} | |
.g__max-height--500px { | |
max-height: 500px; | |
} | |
.g__max-height--600px { | |
max-height: 600px; | |
} | |
.g__max-height--700px { | |
max-height: 700px; | |
} | |
.g__max-height--800px { | |
max-height: 800px; | |
} | |
.g__max-height--900px { | |
max-height: 900px; | |
} | |
.g__max-height--1000px { | |
max-height: 1000px; | |
} | |
.g__max-height--1100px { | |
max-height: 1100px; | |
} | |
.g__max-height--1200px { | |
max-height: 1200px; | |
} | |
.g__max-height--0 { | |
max-height: 0; | |
} | |
.g__max-height--10percent { | |
max-height: 10%; | |
} | |
.g__max-height--20percent { | |
max-height: 20%; | |
} | |
.g__max-height--30percent { | |
max-height: 30%; | |
} | |
.g__max-height--40percent { | |
max-height: 40%; | |
} | |
.g__max-height--50percent { | |
max-height: 50%; | |
} | |
.g__max-height--60percent { | |
max-height: 60%; | |
} | |
.g__max-height--70percent { | |
max-height: 70%; | |
} | |
.g__max-height--80percent { | |
max-height: 80%; | |
} | |
.g__max-height--90percent { | |
max-height: 90%; | |
} | |
.g__max-height--100percent { | |
max-height: 100%; | |
} | |
.g__max-width--none { | |
max-width: none; | |
} | |
.g__max-width--inherit { | |
max-width: inherit; | |
} | |
.g__max-width--0 { | |
max-width: 0; | |
} | |
.g__max-width--100px { | |
max-width: 100px; | |
} | |
.g__max-width--200px { | |
max-width: 200px; | |
} | |
.g__max-width--300px { | |
max-width: 300px; | |
} | |
.g__max-width--400px { | |
max-width: 400px; | |
} | |
.g__max-width--500px { | |
max-width: 500px; | |
} | |
.g__max-width--600px { | |
max-width: 600px; | |
} | |
.g__max-width--700px { | |
max-width: 700px; | |
} | |
.g__max-width--800px { | |
max-width: 800px; | |
} | |
.g__max-width--900px { | |
max-width: 900px; | |
} | |
.g__max-width--1000px { | |
max-width: 1000px; | |
} | |
.g__max-width--1100px { | |
max-width: 1100px; | |
} | |
.g__max-width--1200px { | |
max-width: 1200px; | |
} | |
.g__max-width--0 { | |
max-width: 0; | |
} | |
.g__max-width--10percent { | |
max-width: 10%; | |
} | |
.g__max-width--20percent { | |
max-width: 20%; | |
} | |
.g__max-width--30percent { | |
max-width: 30%; | |
} | |
.g__max-width--40percent { | |
max-width: 40%; | |
} | |
.g__max-width--50percent { | |
max-width: 50%; | |
} | |
.g__max-width--60percent { | |
max-width: 60%; | |
} | |
.g__max-width--70percent { | |
max-width: 70%; | |
} | |
.g__max-width--80percent { | |
max-width: 80%; | |
} | |
.g__max-width--90percent { | |
max-width: 90%; | |
} | |
.g__max-width--100percent { | |
max-width: 100%; | |
} | |
.g__min-height--inherit { | |
min-height: inherit; | |
} | |
.g__min-height--0 { | |
min-height: 0; | |
} | |
.g__min-height--100px { | |
min-height: 100px; | |
} | |
.g__min-height--200px { | |
min-height: 200px; | |
} | |
.g__min-height--300px { | |
min-height: 300px; | |
} | |
.g__min-height--400px { | |
min-height: 400px; | |
} | |
.g__min-height--500px { | |
min-height: 500px; | |
} | |
.g__min-height--600px { | |
min-height: 600px; | |
} | |
.g__min-height--700px { | |
min-height: 700px; | |
} | |
.g__min-height--800px { | |
min-height: 800px; | |
} | |
.g__min-height--900px { | |
min-height: 900px; | |
} | |
.g__min-height--1000px { | |
min-height: 1000px; | |
} | |
.g__min-height--1100px { | |
min-height: 1100px; | |
} | |
.g__min-height--1200px { | |
min-height: 1200px; | |
} | |
.g__min-height--0 { | |
min-height: 0; | |
} | |
.g__min-height--10percent { | |
min-height: 10%; | |
} | |
.g__min-height--20percent { | |
min-height: 20%; | |
} | |
.g__min-height--30percent { | |
min-height: 30%; | |
} | |
.g__min-height--40percent { | |
min-height: 40%; | |
} | |
.g__min-height--50percent { | |
min-height: 50%; | |
} | |
.g__min-height--60percent { | |
min-height: 60%; | |
} | |
.g__min-height--70percent { | |
min-height: 70%; | |
} | |
.g__min-height--80percent { | |
min-height: 80%; | |
} | |
.g__min-height--90percent { | |
min-height: 90%; | |
} | |
.g__min-height--100percent { | |
min-height: 100%; | |
} | |
.g__min-width--inherit { | |
min-width: inherit; | |
} | |
.g__min-width--0 { | |
min-width: 0; | |
} | |
.g__min-width--100px { | |
min-width: 100px; | |
} | |
.g__min-width--200px { | |
min-width: 200px; | |
} | |
.g__min-width--300px { | |
min-width: 300px; | |
} | |
.g__min-width--400px { | |
min-width: 400px; | |
} | |
.g__min-width--500px { | |
min-width: 500px; | |
} | |
.g__min-width--600px { | |
min-width: 600px; | |
} | |
.g__min-width--700px { | |
min-width: 700px; | |
} | |
.g__min-width--800px { | |
min-width: 800px; | |
} | |
.g__min-width--900px { | |
min-width: 900px; | |
} | |
.g__min-width--1000px { | |
min-width: 1000px; | |
} | |
.g__min-width--1100px { | |
min-width: 1100px; | |
} | |
.g__min-width--1200px { | |
min-width: 1200px; | |
} | |
.g__min-width--0 { | |
min-width: 0; | |
} | |
.g__min-width--10percent { | |
min-width: 10%; | |
} | |
.g__min-width--20percent { | |
min-width: 20%; | |
} | |
.g__min-width--30percent { | |
min-width: 30%; | |
} | |
.g__min-width--40percent { | |
min-width: 40%; | |
} | |
.g__min-width--50percent { | |
min-width: 50%; | |
} | |
.g__min-width--60percent { | |
min-width: 60%; | |
} | |
.g__min-width--70percent { | |
min-width: 70%; | |
} | |
.g__min-width--80percent { | |
min-width: 80%; | |
} | |
.g__min-width--90percent { | |
min-width: 90%; | |
} | |
.g__min-width--100percent { | |
min-width: 100%; | |
} | |
.g__position--static { | |
position: static; | |
} | |
.g__position--absolute { | |
position: absolute; | |
} | |
.g__position--relative { | |
position: relative; | |
} | |
.g__position--fixed { | |
position: fixed; | |
} | |
.g__position--inherit { | |
position: inherit; | |
} | |
.g__right--auto { | |
right: auto; | |
} | |
.g__right--inherit { | |
right: inherit; | |
} | |
.g__right--0 { | |
right: 0; | |
} | |
.g__right--100px { | |
right: 100px; | |
} | |
.g__right--200px { | |
right: 200px; | |
} | |
.g__right--300px { | |
right: 300px; | |
} | |
.g__right--400px { | |
right: 400px; | |
} | |
.g__right--500px { | |
right: 500px; | |
} | |
.g__right--600px { | |
right: 600px; | |
} | |
.g__right--700px { | |
right: 700px; | |
} | |
.g__right--800px { | |
right: 800px; | |
} | |
.g__right--900px { | |
right: 900px; | |
} | |
.g__right--1000px { | |
right: 1000px; | |
} | |
.g__right--1100px { | |
right: 1100px; | |
} | |
.g__right--1200px { | |
right: 1200px; | |
} | |
.g__right--0 { | |
right: 0; | |
} | |
.g__right--10percent { | |
right: 10%; | |
} | |
.g__right--20percent { | |
right: 20%; | |
} | |
.g__right--30percent { | |
right: 30%; | |
} | |
.g__right--40percent { | |
right: 40%; | |
} | |
.g__right--50percent { | |
right: 50%; | |
} | |
.g__right--60percent { | |
right: 60%; | |
} | |
.g__right--70percent { | |
right: 70%; | |
} | |
.g__right--80percent { | |
right: 80%; | |
} | |
.g__right--90percent { | |
right: 90%; | |
} | |
.g__right--100percent { | |
right: 100%; | |
} | |
.g__top--auto { | |
top: auto; | |
} | |
.g__top--inherit { | |
top: inherit; | |
} | |
.g__top--0 { | |
top: 0; | |
} | |
.g__top--100px { | |
top: 100px; | |
} | |
.g__top--200px { | |
top: 200px; | |
} | |
.g__top--300px { | |
top: 300px; | |
} | |
.g__top--400px { | |
top: 400px; | |
} | |
.g__top--500px { | |
top: 500px; | |
} | |
.g__top--600px { | |
top: 600px; | |
} | |
.g__top--700px { | |
top: 700px; | |
} | |
.g__top--800px { | |
top: 800px; | |
} | |
.g__top--900px { | |
top: 900px; | |
} | |
.g__top--1000px { | |
top: 1000px; | |
} | |
.g__top--1100px { | |
top: 1100px; | |
} | |
.g__top--1200px { | |
top: 1200px; | |
} | |
.g__top--0 { | |
top: 0; | |
} | |
.g__top--10percent { | |
top: 10%; | |
} | |
.g__top--20percent { | |
top: 20%; | |
} | |
.g__top--30percent { | |
top: 30%; | |
} | |
.g__top--40percent { | |
top: 40%; | |
} | |
.g__top--50percent { | |
top: 50%; | |
} | |
.g__top--60percent { | |
top: 60%; | |
} | |
.g__top--70percent { | |
top: 70%; | |
} | |
.g__top--80percent { | |
top: 80%; | |
} | |
.g__top--90percent { | |
top: 90%; | |
} | |
.g__top--100percent { | |
top: 100%; | |
} | |
.g__unicode-bidi--normal { | |
unicode-bidi: normal; | |
} | |
.g__unicode-bidi--embed { | |
unicode-bidi: embed; | |
} | |
.g__unicode-bidi--bidi-override { | |
unicode-bidi: bidi-override; | |
} | |
.g__unicode-bidi--inherit { | |
unicode-bidi: inherit; | |
} | |
.g__vertical-align--baseline { | |
vertical-align: baseline; | |
} | |
.g__vertical-align--sub { | |
vertical-align: sub; | |
} | |
.g__vertical-align--super { | |
vertical-align: super; | |
} | |
.g__vertical-align--top { | |
vertical-align: top; | |
} | |
.g__vertical-align--text-top { | |
vertical-align: text-top; | |
} | |
.g__vertical-align--middle { | |
vertical-align: middle; | |
} | |
.g__vertical-align--bottom { | |
vertical-align: bottom; | |
} | |
.g__vertical-align--text-bottom { | |
vertical-align: text-bottom; | |
} | |
.g__vertical-align--0 { | |
vertical-align: 0; | |
} | |
.g__vertical-align--10percent { | |
vertical-align: 10%; | |
} | |
.g__vertical-align--20percent { | |
vertical-align: 20%; | |
} | |
.g__vertical-align--30percent { | |
vertical-align: 30%; | |
} | |
.g__vertical-align--40percent { | |
vertical-align: 40%; | |
} | |
.g__vertical-align--50percent { | |
vertical-align: 50%; | |
} | |
.g__vertical-align--60percent { | |
vertical-align: 60%; | |
} | |
.g__vertical-align--70percent { | |
vertical-align: 70%; | |
} | |
.g__vertical-align--80percent { | |
vertical-align: 80%; | |
} | |
.g__vertical-align--90percent { | |
vertical-align: 90%; | |
} | |
.g__vertical-align--100percent { | |
vertical-align: 100%; | |
} | |
.g__z-index--auto { | |
z-index: auto; | |
} | |
.g__z-index--inherit { | |
z-index: inherit; | |
} | |
.g__z-index--0 { | |
z-index: 0; | |
} | |
.g__z-index--1 { | |
z-index: 1; | |
} | |
.g__z-index--2 { | |
z-index: 2; | |
} | |
.g__z-index--3 { | |
z-index: 3; | |
} | |
.g__z-index--4 { | |
z-index: 4; | |
} | |
.g__z-index--5 { | |
z-index: 5; | |
} | |
.g__z-index--6 { | |
z-index: 6; | |
} | |
.g__z-index--7 { | |
z-index: 7; | |
} | |
.g__z-index--8 { | |
z-index: 8; | |
} | |
.g__z-index--9 { | |
z-index: 9; | |
} | |
.g__z-index--10 { | |
z-index: 10; | |
} | |
.g__z-index--11 { | |
z-index: 11; | |
} | |
.g__z-index--12 { | |
z-index: 12; | |
} | |
.g__z-index--13 { | |
z-index: 13; | |
} | |
.g__z-index--14 { | |
z-index: 14; | |
} | |
.g__z-index--15 { | |
z-index: 15; | |
} | |
.g__z-index--16 { | |
z-index: 16; | |
} | |
.g__z-index--17 { | |
z-index: 17; | |
} | |
.g__z-index--18 { | |
z-index: 18; | |
} | |
.g__z-index--19 { | |
z-index: 19; | |
} | |
.g__z-index--20 { | |
z-index: 20; | |
} | |
.g__z-index--21 { | |
z-index: 21; | |
} | |
.g__z-index--22 { | |
z-index: 22; | |
} | |
.g__z-index--23 { | |
z-index: 23; | |
} | |
.g__z-index--24 { | |
z-index: 24; | |
} | |
.g__z-index--25 { | |
z-index: 25; | |
} | |
.g__z-index--26 { | |
z-index: 26; | |
} | |
.g__z-index--27 { | |
z-index: 27; | |
} | |
.g__z-index--28 { | |
z-index: 28; | |
} | |
.g__z-index--29 { | |
z-index: 29; | |
} | |
.g__z-index--30 { | |
z-index: 30; | |
} | |
.g__z-index--31 { | |
z-index: 31; | |
} | |
.g__z-index--32 { | |
z-index: 32; | |
} | |
.g__z-index--33 { | |
z-index: 33; | |
} | |
.g__z-index--34 { | |
z-index: 34; | |
} | |
.g__z-index--35 { | |
z-index: 35; | |
} | |
.g__z-index--36 { | |
z-index: 36; | |
} | |
.g__z-index--37 { | |
z-index: 37; | |
} | |
.g__z-index--38 { | |
z-index: 38; | |
} | |
.g__z-index--39 { | |
z-index: 39; | |
} | |
.g__z-index--40 { | |
z-index: 40; | |
} | |
.g__z-index--41 { | |
z-index: 41; | |
} | |
.g__z-index--42 { | |
z-index: 42; | |
} | |
.g__z-index--43 { | |
z-index: 43; | |
} | |
.g__z-index--44 { | |
z-index: 44; | |
} | |
.g__z-index--45 { | |
z-index: 45; | |
} | |
.g__z-index--46 { | |
z-index: 46; | |
} | |
.g__z-index--47 { | |
z-index: 47; | |
} | |
.g__z-index--48 { | |
z-index: 48; | |
} | |
.g__z-index--49 { | |
z-index: 49; | |
} | |
.g__z-index--50 { | |
z-index: 50; | |
} | |
.g__border-collapse--collapse { | |
border-collapse: collapse; | |
} | |
.g__border-collapse--separate { | |
border-collapse: separate; | |
} | |
.g__border-collapse--inherit { | |
border-collapse: inherit; | |
} | |
.g__border-spacing--(length)x(length) { | |
border-spacing: (length) (length); | |
} | |
.g__border-spacing--inherit { | |
border-spacing: inherit; | |
} | |
.g__caption-side--top { | |
caption-side: top; | |
} | |
.g__caption-side--bottom { | |
caption-side: bottom; | |
} | |
.g__caption-side--left { | |
caption-side: left; | |
} | |
.g__caption-side--right { | |
caption-side: right; | |
} | |
.g__caption-side--inherit { | |
caption-side: inherit; | |
} | |
.g__empty-cells--show { | |
empty-cells: show; | |
} | |
.g__empty-cells--hide { | |
empty-cells: hide; | |
} | |
.g__empty-cells--inherit { | |
empty-cells: inherit; | |
} | |
.g__speak-header--once { | |
speak-header: once; | |
} | |
.g__speak-header--always { | |
speak-header: always; | |
} | |
.g__speak-header--inherit { | |
speak-header: inherit; | |
} | |
.g__table-layout--auto { | |
table-layout: auto; | |
} | |
.g__table-layout--fixed { | |
table-layout: fixed; | |
} | |
.g__table-layout--inherit { | |
table-layout: inherit; | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment