summaryrefslogtreecommitdiff
path: root/assets/sass/_project_overview.sass
blob: 675bde92536af284a1c9434871d9d82075c9f788 (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
@import variables
@import mixins

.project-overview-columns
  +display-flex
  +flex-direction(row)
  +flex-wrap
  +align-content(center)
  +justify-content(center)
  margin-bottom: 20px
  font-size: size('large')
  @include xs-device
    display: block

.project-overview-column
  text-align: center
  margin-right: 3%
  margin-top: 5px
  padding: 3px 15px 3px 15px
  border: 1px dashed #ddd

  @include xs-device
    text-align: left

  small
    color: color('light')
  strong
    color: color('medium')
    display: block

    @include xs-device
      display: inline