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/_examples.sass
Views: 687
/*1* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.2* License: MS-RSL – see LICENSE.md for details3*/45$selector-height: 180px6$code-height: 230px78.webapp-examples9+disable-user-select1011.modal-header12white-space : nowrap13h2,14.nav-pills,15.webapp-examples-search16display : flex17margin-top : 10px18.btn-close,19button.close20margin-top : 10px21> span22font-size : 30px2324.modal-body25> div.row:first-child2627> div.webapp-examples-loading28height : $selector-height29display : flex30flex-direction : column31justify-content : center32text-align : center3334ul35height : $selector-height36overflow : auto37padding : 1px38> li39cursor : pointer40&:not(.active):hover41background-color : #eee42> span > p43margin: 04445> div > ul.list-group46border : 1px solid $COL_GRAY_DDD47border-radius : 5px48> li49border : none50border-bottom : 1px solid $COL_GRAY_LL51margin : 052border-radius : 05354div.webapp-examples-descr,55.webapp-examples-code>div>pre56padding : 0px57height : $code-height58overflow : auto59border-color : $COL_GRAY_DDD60+enable-user-select61.attr,62.attr a63font-size : 9px64color : grey65margin-top : 30px66text-align : right6768div.modal-footer69padding : 10px70text-align : left71> .contrib-link72color: $COL_GRAY7374span.badge75background-color : #eee76color : #428bca7778span.hl79background-color : yellow80.active81span.hl82color : #3338384