summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/dashboard_projects.scss
blob: eb0e1701b7f373299f4313619d53e2154657ed89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@import 'mixins_and_variables_and_functions';

.blank-state {
  padding: 20px 50px;
  min-height: 240px;
  width: calc(50% - #{$gl-padding-8});

  @include media-breakpoint-down(sm) {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 50px 20px;
  }
}

.blank-state-link {
  &:hover {
    background-color: $gray-light;
    text-decoration: none;
    color: $gl-text-color;
  }
}

.blank-state-icon {
  svg {
    display: block;
  }
}

.blank-state-body {
  @include media-breakpoint-down(sm) {
    text-align: center;
    margin-top: 20px;
  }
}