aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/admin/admin.sass
blob: 1ce010f8b781ee09ad733e0393946151154babfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.admin-user-item
  position: relative

  .edit-mask
    position: absolute
    top: 0
    left: 0
    bottom: 0
    right: 0

    background: #ffffffc5
    position: absolute

    display: flex
    justify-content: center
    align-items: center

    @include media-breakpoint-down(xs)
      flex-direction: column

    button
      margin: 0.5em 2em