Skip to content

Instantly share code, notes, and snippets.

View AuroraNemoia's full-sized avatar
💭
am lazy

Noelle AuroraNemoia

💭
am lazy
View GitHub Profile
@AuroraNemoia
AuroraNemoia / status-popout-header.css
Created December 12, 2016 04:04
Various tweaks done to the user popout header
.user-popout{box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.5)!important;}
.user-popout .avatar-wrapper .avatar-popout{
z-index:8!important;
border:none!important;
}
.avatar-popout .status{
z-index:-1!important;
border-radius:0px!important;
<link rel="import" href="../core-animated-pages/core-animated-pages.html">
<link rel="import" href="../core-animated-pages/transitions/hero-transition.html">
<link rel="import" href="../core-animated-pages/transitions/cross-fade.html">
<link rel="import" href="../core-animated-pages/transitions/slide-down.html">
<link rel="import" href="../core-animated-pages/transitions/slide-up.html">
<link rel="import" href="../core-animated-pages/transitions/tile-cascade.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-checkbox/paper-checkbox.html">