Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- post-card.padded {
- margin-bottom: 30px;
- }
- html,
- body {
- height: 100%;
- margin: 0;
- background-color: #E5E5E5;
- font-family: 'RobotoDraft', sans-serif;
- }
- core-header-panel {
- height: 100%;
- overflow: auto;
- -webkit-overflow-scrolling: touch;
- }
- core-toolbar {
- background: #673AB7;
- color: white;
- }
- #tabs {
- width: 100%;
- margin: 0;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- text-transform: uppercase;
- }
- .container {
- width: 80%;
- margin: 50px auto;
- }
- @media (min-width: 481px) {
- #tabs {
- width: 200px;
- }
- .container {
- width: 400px;
- }
- }
- .dark-primary-color {
- background: #512DA8;
- }
- .default-primary-color {
- background: #673AB7;
- }
- .light-primary-color {
- background: #D1C4E9;
- }
- .text-primary-color {
- color: #FFFFFF;
- }
- .accent-color {
- background: #536DFE;
- }
- .primary-text-color {
- color: #212121;
- }
- .secondary-text-color {
- color: #727272;
- }
- .divider-color {
- border-color: #B6B6B6;
- }
- [drawer] {background-color: #FFFFFF}
- core-drawer-panel:not([narrow]) #navicon{
- display: none;
- }
- core-drawer-panel:not([narrow]) #narrowTitle{display: none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement