summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_others.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/_others.scss')
-rw-r--r--web-ui/app/scss/_others.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/web-ui/app/scss/_others.scss b/web-ui/app/scss/_others.scss
new file mode 100644
index 00000000..e73ed33d
--- /dev/null
+++ b/web-ui/app/scss/_others.scss
@@ -0,0 +1,7 @@
+.no-padding {
+ padding: 0;
+}
+
+.text-right {
+ text-align: right;
+}