diff --git a/common/common.scss b/common/common.scss index e69de29..02b102c 100644 --- a/common/common.scss +++ b/common/common.scss @@ -0,0 +1,12 @@ +[data-wrap="center"] { + text-align: center; +} + +[data-wrap="right"] { + text-align: right; +} + +[data-wrap="justify"] { + text-align: justify; +} + diff --git a/desktop/desktop.scss b/desktop/desktop.scss index dbf7c7c..b562027 100644 --- a/desktop/desktop.scss +++ b/desktop/desktop.scss @@ -1,15 +1,3 @@ -[data-wrap="center"] { - text-align: center; -} - -[data-wrap="right"] { - text-align: right; -} - -[data-wrap="justify"] { - text-align: justify; -} - [data-wrap="columns"] { width: 50%; float: left; diff --git a/mobile/mobile.scss b/mobile/mobile.scss index 5a60373..ce05862 100644 --- a/mobile/mobile.scss +++ b/mobile/mobile.scss @@ -9,3 +9,9 @@ [data-wrap="columns"] { } +[data-wrap="floatl"] { +} + +[data-wrap="floatr"] { +} +