aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco/_logs.scss
blob: ae1e24c6c96bff8b145eb95e84078b02eebcfda6 (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
/*=== LOGS */
/*=========*/
.loglist {
	overflow: hidden;
	border: 1px solid $grey-medium-dark;
}
.log {
	margin: 10px 0;
	padding: 5px 2%;
	overflow: auto;
	font-size: 0.8rem;
	background: $grey-lighter;
	color: $grey-dark;
}

.log > .date {
	margin: 0 10px 0 0;
	padding: 5px 10px;
	border-radius: 20px;
}
.log.error > .date {
	background: $alert-bg;
	color: #fff;
}
.log.warning > .date {
	background: $warning-bg;
}
.log.notice > .date {
	background: $grey-light;
}
.log.debug > .date {
	background: $main-first-darker;
	color: $white;
}