HEX
Server: Apache
System: Linux cpanelx.inxs.ro 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: crowdandsafety (1041)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //proc/self/cwd/wp-content/plugins/shortpixel-image-optimiser/res/scss/elements/_header.scss
// The Header
header
{
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    //width: 95%;
    margin: 10px auto;
    //border-radius: 16px;
    margin-left: -22px;
    margin-top: -10px;
    margin-right: -20px;
    margin-bottom: 10px;
    padding: 8px 16px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);

    h1 {
      line-height: 50px;
    }
    img {
      vertical-align: bottom;
      padding-bottom: 5px;
      margin-right: 8px;
      margin-left: 1.1em;
    }
    .top-buttons {
	margin-right: 4em;
	// Items for whole page, including header.
      	a, button {
		@include shortpixel-button;
      	}
      	.header-button {
          i {
            filter: $filter_white;
            margin-right: 4px;
            height: 15px;
	    width: 15px;
	    vertical-align: text-top;
          }
      	}
    }
}