mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-31 02:30:13 +02:00
build with db
This commit is contained in:
@@ -348,6 +348,9 @@ body > #demo-frame {
|
||||
.main-header__btn-wrap > a:hover {
|
||||
border-color: rgba(146, 151, 179, 0.5);
|
||||
}
|
||||
.main-header__avatar-img {
|
||||
border-radius: 50%;
|
||||
}
|
||||
.logo {
|
||||
display: inline-block;
|
||||
height: 25px;
|
||||
@@ -956,6 +959,11 @@ transition: 0.25s ease;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
body.is-logged-in .hide-on-login,
|
||||
body:not(.is-logged-in) .hide-on-logout {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Codemirror themes basic bg styles. This is here so that there is no big FOUC
|
||||
while the theme CSS file is loading */
|
||||
.cm-s-paraiso-dark.CodeMirror { background: #2f1e2e; color: #b9b6b0; }
|
||||
|
Reference in New Issue
Block a user