Path: blob/master/src/packages/frontend/_bootstrap.sass
1496 views
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/45@use 'colors'67// There is a bootstrap css that is setting font-weight for label to 700. This8// sets the font-weight back to the normal default:9label10font-weight: normal1112// See https://github.com/twitter/bootstrap/issues/27641314.nav-tabs > .disabled > a, .nav-pills > .disabled > a15color : #99916cursor : pointer17border : none18// add this for tabs/pills *1920.nav-tabs > .disabled > a:hover,21.nav-pills > .disabled > a:hover22background-color : transparent2324// Bootstrap changes the background color and puts a border around any pre.25// This is annoying, especially because, e.g., the @uiw/react-textarea-code-editor26// code editor uses a pre.27pre28border: inherit29background: inherit303132.smc-toggle-show33border-bottom : 1px solid grey3435#cocalc-idle-notification36z-index : 999937position : fixed38margin : 039padding : 040top : 041bottom : 042left : 043right : 044background : rgba(150, 150, 150, 0.5)45cursor : pointer46div47color : white48position : absolute49background-color : colors.$COL_BLUE_D50min-height : 100px51width : 350px52border-radius : 5px53padding : 15px54text-align : center55position : absolute56margin : auto57top : 100px58left : 059right : 060cursor : pointer61h1, h2, h3, h462color : white63h1, h264font-size : 22px65h366font-size : 20px67h468font-size : 16px69img.logo-square,70img.logo-rectangular71display: block72margin : 0 auto 10px auto73padding: 074img.logo-square75width : 200px76height : 200px77img.logo-rectangular78width : 150px79height : auto808182