aboutsummaryrefslogblamecommitdiff
path: root/sass/_ultility.scss
blob: e51f8dc85da894becf3a3ad9febf75acfe82b433 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












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

.pos-absolute {
  right: 0;
  left: 0;
  position: absolute;
}

.box-shadow {
  box-shadow: 0 2px 10px 2px #ddd;
}