Last active
January 15, 2020 14:19
-
-
Save janssens/2779f70753206ff862d23f777557efd5 to your computer and use it in GitHub Desktop.
Gmail stylesheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*content center and max 1000px*/ | |
.bkK { | |
max-width: 1000px !important; | |
margin:auto; | |
} | |
.Ao{ | |
border-radius: 8px; | |
overflow: hidden; | |
} | |
/*left panel*/ | |
.yJ { | |
/*background: rgba(0,0,0,0.9);*/ | |
padding-top: 15px; | |
border-radius: 8px; | |
margin: 0 0 0 10px; | |
} | |
/*smaller text*/ | |
.yW { | |
font-size: .7rem; | |
} | |
.zA > .a4W { | |
font-size: .7rem; | |
} | |
.J-KU-KO.aIf-aLe::before { | |
background-color: #b08305; | |
} | |
.J-KU-Jg-K9.aAA > .aRz > .aAy { | |
background: #000000; | |
} | |
.byT{ | |
font-size: 9px; | |
} | |
.ar{ | |
font-size: .6rem; | |
border-radius: 0px; | |
color: black; | |
} | |
.yO > .xW { | |
font-size: .7rem; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment