File: style_sidebar_brand.css

package info (click to toggle)
python-telegram-bot 22.4-1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 11,796 kB
  • sloc: python: 92,379; makefile: 179; sh: 4
file content (11 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
.sidebar-sticky .sidebar-brand {
      flex-direction: row;
}

.sidebar-sticky .sidebar-brand .sidebar-logo-container {
      align-self: center;
}

.sidebar-sticky .sidebar-brand .sidebar-brand-text {
      align-self: center;
}