File: empty-state.less

package info (click to toggle)
icinga-php-library 0.17.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 21,148 kB
  • sloc: php: 49,799; javascript: 9,301; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
.empty-state {
  color: @empty-state-color;
}

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

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