mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 06:03:38 +08:00
better style for line
This commit is contained in:
parent
d3fdb1ae87
commit
752aa86dbb
@ -78,15 +78,18 @@
|
||||
.banner-text-wrapper h1 p {
|
||||
color: #FF3171;
|
||||
display: inline-block;
|
||||
|
||||
}
|
||||
|
||||
.banner-text-wrapper .line {
|
||||
width: 1px;
|
||||
height: 80px;
|
||||
width: 0.8px;
|
||||
height: 76px;
|
||||
position: absolute;
|
||||
background: rgba(255, 255, 255, .5);
|
||||
top: 10px;
|
||||
background: rgba(255, 255, 255, .44);
|
||||
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.03), rgba(255,255,255,0.6), rgba(255,255,255,0.03));
|
||||
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.03), rgba(255,255,255,0.6), rgba(255,255,255,0.03));
|
||||
background-image: -ms-linear-gradient(top, rgba(255,255,255,0.03), rgba(255,255,255,0.6), rgba(255,255,255,0.03));
|
||||
background-image: -o-linear-gradient(top, rgba(255,255,255,0.03), rgba(255,255,255,0.6), rgba(255,255,255,0.03));
|
||||
top: 16px;
|
||||
right: -25px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user