summaryrefslogtreecommitdiffstats
path: root/debian/missing-sources/wyrm/sass/wyrm_core/_generic.sass
blob: 3a57582f235a4c94a28e7b3ba7e9ff25e1fb7981 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.tablet-hide
  +media($tablet)
    display: none

.mobile-hide
  +media($mobile)
    display: none

.float-left
  float: left

.float-right
  float: right

.full-width
  width: 100%