/**
 *  Commonly used variables to customize styles
 *  Tenant: Open
 *  Theme: Hermosa
 *  NOTES:
 *  1. when downloading this file as custom_template.less, you will need to
 *  	rename it to custom.less before uploading using file manager.
 *  2. use rgba or HEX values for colors instead of color names
 *  	If the value is another variable, you will need to uncomment that variable as well.
 *		eg: if you use: 
 *			@link-color: @main-color;
 *  		you will also need to uncomment @main-color and give it a HEX value
 */
/********************/
.soa-ui-cm-user-profile-menu .soa-ui-cm-user-profile-last-login {
  color: #ffffff;
}
h2.soa-ui-cm-logo-container {
  padding: 0 0 0 22px;
}
.soa-ui-cm-logo {
  height: 46px;
}
.soa-ui-cm-user-notifications-item-description {
  white-space: normal;
  max-width: 500px;
  width: 400px;
}
