/**************************************************************************************
* This file is intended for shared less variables and shared less mixins styles.  
*
* - Copied from BuildMAster@bb4af7374b755810e5ad1cd71ae51baed5c22233
* - added @nearwhite
**************************************************************************************/
/**************************************************************
* Common Fonts, Colors, etc.
**************************************************************/
/**************************************************************
* DarkMode Colors
**************************************************************/
/**************************************************************
* Mixin Definitions
**************************************************************/
.affected-packages {
  max-width: 300px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
