2016-06-24 11:37:49 -04:00
|
|
|
.blank-state-welcome {
|
|
|
|
text-align: center;
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
|
|
|
|
.blank-state-text {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-06-21 04:54:15 -04:00
|
|
|
.blank-state {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blank-state-no-icon {
|
|
|
|
padding-top: 40px;
|
2016-06-24 11:37:49 -04:00
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blank-state-icon {
|
|
|
|
padding-bottom: 20px;
|
2016-06-24 12:15:02 -04:00
|
|
|
color: $gray-darkest;
|
|
|
|
font-size: 56px;
|
2016-06-24 11:37:49 -04:00
|
|
|
|
2016-06-24 12:15:02 -04:00
|
|
|
path,
|
|
|
|
polygon {
|
|
|
|
fill: currentColor;
|
2016-06-24 11:37:49 -04:00
|
|
|
}
|
2016-06-21 04:54:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.blank-state-title {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
font-size: 19px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.blank-state-text {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: $gl-padding;
|
|
|
|
font-size: 15px;
|
2016-06-24 12:15:02 -04:00
|
|
|
|
|
|
|
> strong {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
2016-06-21 04:54:15 -04:00
|
|
|
}
|
2016-07-06 04:02:52 -04:00
|
|
|
|
|
|
|
.blank-state-welcome-title {
|
|
|
|
font-size: 24px;
|
|
|
|
}
|