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 | 13f3769e77586a040b82454ddc83349632ce0708 (patch) | |
| tree | ee9c7148b30afb045018c80d89d2641e01d651ff /Timeline/ClientApp/src/app/index.sass | |
| parent | 6775b254270c8c7aaaee641181ad43e5558c0356 (diff) | |
| download | timeline-13f3769e77586a040b82454ddc83349632ce0708.tar.gz timeline-13f3769e77586a040b82454ddc83349632ce0708.tar.bz2 timeline-13f3769e77586a040b82454ddc83349632ce0708.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 |
