display-structure.css.map
1.32 KB
{"version":3,"sources":["display-structure.scss"],"names":[],"mappings":"AAYA;EAGY,YAAY;EACZ,YAAY;EACZ,eAAe,EAClB;;AANT;EASQ,YAAY;EACZ,eAAe,EAClB;;AAXL;;;;;;;;;;;EAuBQ,YAAY;EACZ,eAAe;EACf,YAAY,EASf;EAlCL;;;;;;;;;;;IA2BY,cAAc,EACjB;EA5BT;;;;;;;;;;;IA8BY,YAAY;IACZ,YAAY;IACZ,eAAe,EAClB;;AAIT;EACI;IACI,uBAAuB,EAC1B,EAAA","file":"display-structure.css","sourcesContent":["\n// .nf-row {\n// &::after {\n// clear: both;\n// content: \"\";\n// display: block;\n// }\n// }\n// .nf-cell {\n// float: left;\n// padding: 0 5px;\n// }\n.nf-multi-cell {\n .nf-row {\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n .nf-cell {\n float: left;\n padding: 0 5px;\n }\n .five-sixths,\n .four-sixths,\n .one-fourth,\n .one-half,\n .one-sixth,\n .one-third,\n .three-fourths,\n .three-sixths,\n .two-fourths,\n .two-sixths,\n .two-thirds {\n float: none;\n margin-left: 0;\n width: 100%;\n .inside {\n padding: 20px;\n }\n &::after {\n clear: both;\n content: \"\";\n display: block;\n }\n }\n}\n\n@media only screen and (max-width: 600px) {\n .nf-cell {\n width: 100% !important;\n }\n}\n"]}