Path: blob/master/src/packages/frontend/_activity.sass
1496 views
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/45.webapp-notification-indicator6position : relative7font-size : 17pt8color : #6669cursor : pointer10margin-right : 6px11&:hover12color: #2221314.webapp-notification-unseen-count15font-size : 8pt16color : red17position : absolute18left : 16px19top : 11px20font-weight : bold21background : transparent2223.webapp-notification-list24width : 50%25z-index : 1026margin-left : 0px27position : fixed28box-shadow : 0px 0px 15px #aaa29border : 2px solid #ccc30top : 43px31background : white32right : 2em33overflow-y : auto34overflow-x : hidden35font-size : 10pt36padding : 4px37border-radius : 5px3839@media (max-width: 767px)40.webapp-notification-list41width: 75%424344