mirror of
https://gitlab.com/simple-stock-bots/splash-page.git
synced 2025-06-16 15:17:15 +00:00
fixed message font
This commit is contained in:
parent
2e6f614c0e
commit
0381ccebfa
@ -25,7 +25,7 @@ main {
|
|||||||
/*border-left: 1px solid #ccc;
|
/*border-left: 1px solid #ccc;
|
||||||
border-right: 1px solid #ccc;*/
|
border-right: 1px solid #ccc;*/
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-family: "Open Sans";
|
font-family: sans-serif;
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
width: 80%;
|
width: 80%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -57,24 +57,3 @@ main {
|
|||||||
.message.from + .message.from {
|
.message.from + .message.from {
|
||||||
margin-top: -7px;
|
margin-top: -7px;
|
||||||
}
|
}
|
||||||
.message:before {
|
|
||||||
border-color: #2095fe;
|
|
||||||
border-radius: 50% 50% 50% 50%;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 0 20px;
|
|
||||||
bottom: 0;
|
|
||||||
clip: rect(20px, 35px, 42px, 0px);
|
|
||||||
content: " ";
|
|
||||||
height: 40px;
|
|
||||||
position: absolute;
|
|
||||||
right: -50px;
|
|
||||||
width: 30px;
|
|
||||||
z-index: -1;
|
|
||||||
}
|
|
||||||
.message.from:before {
|
|
||||||
border-color: #e5e4e9;
|
|
||||||
left: -50px;
|
|
||||||
-webkit-transform: rotateY(180deg);
|
|
||||||
-moz-transform: rotateY(180deg);
|
|
||||||
transform: rotateY(180deg);
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user