CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: sagemathinc/cocalc
Path: blob/master/src/packages/frontend/_account-button.sass
Views: 687
1
/*
2
* This file is part of CoCalc: Copyright © 2020 Sagemath, Inc.
3
* License: MS-RSL – see LICENSE.md for details
4
*/
5
6
@import colors
7
8
.cocalc-account-button
9
&:hover
10
text-decoration: none
11
background-color: $COL_GRAY_LL
12
outline: none
13
&:focus
14
text-decoration: none
15
background-color: $COL_GRAY_LL
16
outline: none
17