File: empty-state.less

package info (click to toggle)
icinga-php-library 0.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 21,160 kB
  • sloc: php: 48,772; javascript: 9,318; makefile: 9
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
.empty-state {
  color: var(--empty-state-color, @empty-state-color);
}

.empty-state-bar {
  padding: 1em;
  text-align: center;

  .rounded-corners();
  background-color: var(--empty-state-bar-bg, @empty-state-bar-bg);
  color: var(--default-text-color, @default-text-color);
}