aboutsummaryrefslogtreecommitdiff
path: root/assets_src/css/materialize_extend.css
blob: 46f92ee196fe5b29b531f64626330dc4e118cca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
span.badge.new.no-caption::after {
	content: "";
}

/* some flexy flexbox stuff */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex .flex-card {
  display: flex;
  margin-right: 16px;
  max-width: 400px;
}

.flex .flex-card .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}