diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-09 07:44:15 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-09 07:44:15 +0530 |
| commit | f9649f4578fb73f998f5c7d0e81a3802169a6520 (patch) | |
| tree | 33e32c91930b563bf448dbb202facaa33cbce8ad /shared/css/main.css | |
| parent | e7c3dac0306f81c53f04ff1ab13a9e1465aaa10d (diff) | |
| download | firebase-ecommerce-f9649f4578fb73f998f5c7d0e81a3802169a6520.tar.xz firebase-ecommerce-f9649f4578fb73f998f5c7d0e81a3802169a6520.zip | |
Updated Home Page
Diffstat (limited to 'shared/css/main.css')
| -rw-r--r-- | shared/css/main.css | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/shared/css/main.css b/shared/css/main.css new file mode 100644 index 0000000..9b97325 --- /dev/null +++ b/shared/css/main.css @@ -0,0 +1,68 @@ +.padded { + padding: 0px 0px 30px 0px; +} +.padded-bar { + padding: 10px 0px 5px 10px; +} +.sidebar { + height: 100%; + position: fixed; + z-index: 1; + left: 0; + overflow-y: scroll; + width: 240px; +} +.main { + margin-left: 245px; + padding-top: 10px; +} +.list-group-item > a { + color: black; + font-size: 0.8em; +} +.list-group-item { + padding: .35rem 1.25rem; +} + +::-webkit-scrollbar { + width: 8px; + height: 8px; +} +::-webkit-scrollbar-button { + width: 0px; + height: 0px; +} +::-webkit-scrollbar-thumb { + background: #555555; + border: 0px none #ffffff; + border-radius: 50px; +} +::-webkit-scrollbar-thumb:hover { + background: #262626; +} +::-webkit-scrollbar-thumb:active { + background: #262626; +} +::-webkit-scrollbar-track { + background: #ffffff; + border: 0px none #ffffff; + border-radius: 50px; +} +::-webkit-scrollbar-track:hover { + background: #ffffff; +} +::-webkit-scrollbar-track:active { + background: #ffffff; +} +::-webkit-scrollbar-corner { + background: transparent; +} +.sale-box { + text-align: center; +} +.sale-box > img { + width: 100%; +} +.recents { + padding: 1.5rem; +}
\ No newline at end of file |
