Path: blob/master/src/packages/frontend/_examples.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'6@use 'mixins'78$selector-height: 180px9$code-height: 230px1011.webapp-examples12+mixins.disable-user-select1314.modal-header15white-space : nowrap16h2,17.nav-pills,18.webapp-examples-search19display : flex20margin-top : 10px21.btn-close,22button.close23margin-top : 10px24> span25font-size : 30px2627.modal-body28> div.row:first-child2930> div.webapp-examples-loading31height : $selector-height32display : flex33flex-direction : column34justify-content : center35text-align : center3637ul38height : $selector-height39overflow : auto40padding : 1px41> li42cursor : pointer43&:not(.active):hover44background-color : #eee45> span > p46margin: 04748> div > ul.list-group49border : 1px solid colors.$COL_GRAY_DDD50border-radius : 5px51> li52border : none53border-bottom : 1px solid colors.$COL_GRAY_LL54margin : 055border-radius : 05657div.webapp-examples-descr,58.webapp-examples-code>div>pre59padding : 0px60height : $code-height61overflow : auto62border-color : colors.$COL_GRAY_DDD63+mixins.enable-user-select64.attr,65.attr a66font-size : 9px67color : grey68margin-top : 30px69text-align : right7071div.modal-footer72padding : 10px73text-align : left74> .contrib-link75color: colors.$COL_GRAY7677span.badge78background-color : #eee79color : #428bca8081span.hl82background-color : yellow83.active84span.hl85color : #3338687