Page 349 - MDP2022-3
P. 349

}



            .announcement__informationContainer  {
                display:  flex;
                align-items:  center;

                justify-content:  space-between;
            }



            .announcement__infoSection  {
                display:  flex;

                align-items:  center;
            }



            .announcement__nameAndDate  {
                margin-left:  10px;

                color:  white;
            }



            .announcement__name  {
                font-weight:  600;

            }


            .announcement__date  {

                color:  #a09e9e;
                font-size:  14px;

                margin-top:  2px;
            }



            .announcement__imageContainer  >  img  {
                height:  50px;

                width:  50px;
                border-radius:  9999px;
            }



            .announcement__content  {

                margin-top:  15px;
                color:  white;
            }
   344   345   346   347   348   349   350   351   352   353   354