/* Small RN sidebar */ /* .small-rn-box { display: flex; flex-wrap: wrap; margin-left: 0px; margin-top: 30px;} */ .small-rn { margin-top: 5px; height: 65px; width: 65px; } .small-rn a { margin-right: 5px; display: inline-block; color: #293233; background: #FFD866; padding: 20px 10px 20px 10px; border-radius: 3px; font-weight: 700; font-size: 13px; box-shadow: 0px 0px 0px 0px white; width: 40px; text-align: center} /* new July 2022 */ a.rn:hover { background: #E95355; color: white; } a.rn-blue { background: #5BC4BF; } a.rn-red { background: #F48580; } a.rn-yellow { background: #FFF100; } a.rn-orange { background: #FDB913; } a.rn-redblue { background: linear-gradient(-45deg, rgba(91,196,191,1) 50%, rgba(244,133,128,1) 50%); } a.rn-yellowred { background: linear-gradient(-45deg, rgba(244,133,128,1) 50%, rgba(255,241,0,1) 50%); } a.rn-yellowblue87 { background: linear-gradient(-45deg, rgba(91,196,191,1) 87%, rgba(255,241,0,1) 87%); } /* end new */