Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/frontend/_bootstrap.sass
Views: 687
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/456// There is a bootstrap css that is setting font-weight for label to 700. This7// sets the font-weight back to the normal default:8label9font-weight: normal1011// See https://github.com/twitter/bootstrap/issues/27641213.nav-tabs > .disabled > a, .nav-pills > .disabled > a14color : #99915cursor : pointer16border : none17// add this for tabs/pills *1819.nav-tabs > .disabled > a:hover,20.nav-pills > .disabled > a:hover21background-color : transparent2223// Bootstrap changes the background color and puts a border around any pre.24// This is annoying, especially because, e.g., the @uiw/react-textarea-code-editor25// code editor uses a pre.26pre27border: inherit28background: inherit293031.smc-toggle-show32border-bottom : 1px solid grey3334#cocalc-idle-notification35z-index : 999936position : fixed37margin : 038padding : 039top : 040bottom : 041left : 042right : 043background : rgba(150, 150, 150, 0.5)44cursor : pointer45div46color : white47position : absolute48background-color : $COL_BLUE_D49min-height : 100px50width : 350px51border-radius : 5px52padding : 15px53text-align : center54position : absolute55margin : auto56top : 100px57left : 058right : 059cursor : pointer60h1, h2, h3, h461color : white62h1, h263font-size : 22px64h365font-size : 20px66h467font-size : 16px68img.logo-square,69img.logo-rectangular70display: block71margin : 0 auto 10px auto72padding: 073img.logo-square74width : 200px75height : 200px76img.logo-rectangular77width : 150px78height : auto798081