aboutsummaryrefslogtreecommitdiff
path: root/assets_src/css/materialize_extend.css
blob: 64b58e2526a21db2233f555732b1d28c72cf5263 (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
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 .pull-down {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}