diff options
| author | Haishan <[email protected]> | 2018-10-20 20:32:02 +0800 |
|---|---|---|
| committer | Haishan <[email protected]> | 2018-10-20 20:32:02 +0800 |
| commit | 133b29c9dac2209a3c88c3289f84ff709d404392 (patch) | |
| tree | e023785cc82db732c64328a5d99938992eceecfd /src/components/ContentHeader.module.scss | |
first commit
Diffstat (limited to 'src/components/ContentHeader.module.scss')
| -rw-r--r-- | src/components/ContentHeader.module.scss | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/ContentHeader.module.scss b/src/components/ContentHeader.module.scss new file mode 100644 index 0000000..caf572e --- /dev/null +++ b/src/components/ContentHeader.module.scss @@ -0,0 +1,12 @@ +.root { + height: 76px; + display: flex; + align-items: center; +} + +.h1 { + padding: 0 40px; + color: #ddd; + text-align: left; + margin: 0; +} |
