Difference between revisions of "Benutzer: Jonar/common.css"

From Smart Places Network
Jump to: navigation, search
Line 9: Line 9:
 
     flex-direction: row;
 
     flex-direction: row;
 
     justify-items: space-between;
 
     justify-items: space-between;
 +
    align-items: center;
 
}
 
}

Revision as of 16:03, 12 February 2019

.panel-heading-text {
    color: white;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase;

    display: flex;
    flex-direction: row;
    justify-items: space-between;
    align-items: center;
}