HEX
Server: Apache
System: Linux sxb1plzcpnl440011.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xfp2mtarcm67 (7705020)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/header.scss
.rsssl-header-container .rsssl-header {
  display: flex;
  justify-content: space-between;
  height: 70px;
  box-sizing: border-box;

  img {
	margin: auto 0;
	height: 26px;
  }
  .rsssl-header-menu {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    .rsssl-header-menu-item {
      display: flex;
      align-items: center;
      height: 100%;
      padding: 0 20px;
      box-sizing: border-box;
      &:first-child {
        margin-left: 0;
      }
      &:last-child {
        margin-right: 0;
      }
      &.rsssl-header-menu-item-active {
        background-color: #f5f5f5;
      }
    }
  }
  .rsssl-header-actions {
	display: flex;
	align-items: center;
	margin-left: auto;
	gap: var(--rsp-spacing-s);

	select {
	  max-width: 60ch;
	}
  }

}