mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 17:28:45 +08:00
30 lines
395 B
CSS
30 lines
395 B
CSS
.logo h1 {
|
|
color: #272727;
|
|
font-size: 20px;
|
|
margin: 0;
|
|
line-height: 60px;
|
|
padding-left: 13px;
|
|
margin-top: -4px;
|
|
}
|
|
|
|
.logo span {
|
|
display: inline-block;
|
|
margin-left: 10px;
|
|
font-size: 18px;
|
|
vertical-align: middle;
|
|
font-weight: 500;
|
|
}
|
|
|
|
.logo {
|
|
background: #E5E5E5;
|
|
height: 100%;
|
|
width: 128px;
|
|
z-index: 10;
|
|
}
|
|
|
|
.base {
|
|
stroke: #E5E5E5;
|
|
height: 35px;
|
|
width: 35px;
|
|
}
|