diff options
author | crupest <crupest@outlook.com> | 2020-09-03 22:41:33 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-09-03 22:41:33 +0800 |
commit | 8c53fbcc7ad727358f9a2ad82075ffa9e902ab7e (patch) | |
tree | e81dfa1d56e309d812504448ec69d6c1f6f78ee2 /Timeline/ClientApp/src/app/index.sass | |
parent | 01446b3c8306112cd965eeaaa40a0ac573cc374e (diff) | |
download | timeline-8c53fbcc7ad727358f9a2ad82075ffa9e902ab7e.tar.gz timeline-8c53fbcc7ad727358f9a2ad82075ffa9e902ab7e.tar.bz2 timeline-8c53fbcc7ad727358f9a2ad82075ffa9e902ab7e.zip |
...
Diffstat (limited to 'Timeline/ClientApp/src/app/index.sass')
-rw-r--r-- | Timeline/ClientApp/src/app/index.sass | 22 |
1 files changed, 6 insertions, 16 deletions
diff --git a/Timeline/ClientApp/src/app/index.sass b/Timeline/ClientApp/src/app/index.sass index 3322e503..08e03bac 100644 --- a/Timeline/ClientApp/src/app/index.sass +++ b/Timeline/ClientApp/src/app/index.sass @@ -15,9 +15,6 @@ body small line-height: 1.2 -.width-1px - width: 1px - .flex-fix-length flex-grow: 0 flex-shrink: 0 @@ -26,27 +23,20 @@ small left: 0 top: 0 -.position-rb - right: 0 - bottom: 0 - .avatar width: 60px - -.avatar.large - width: 100px - -.avatar.small - width: 40px + &.large + width: 100px + &.small + width: 40px .mt-appbar margin-top: 56px .icon-button font-size: 1.4em - -.large-icon-button - font-size: 1.6em + &.large + font-size: 1.6em .cursor-pointer cursor: pointer |