summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_others.scss
blob: 317a1066ca5faff5506f29c6a4e0321d802a2896 (plain)
1
2
3
4
5
6
7
8
9
10
11
.hidden {
  display: none;
}

.no-padding {
    padding: 0;
}

.text-right {
    text-align: right;
}