提交 5c811772 编写于 作者: C Catouse

* fix messager style.

上级 4246dc92
...@@ -701,3 +701,8 @@ ...@@ -701,3 +701,8 @@
// ------------------------- // -------------------------
@scrollbar-size: 10px; @scrollbar-size: 10px;
@scrollbar-radius: 5px; @scrollbar-radius: 5px;
// MESSAGER
// -------------------------
@messager-radius: 20px;
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
color: @color-light; color: @color-light;
background-color: @color-dark; background-color: @color-dark;
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
border-radius: 20px; border-radius: @messager-radius;
padding-right: 50px; padding-right: 50px;
max-width: 80%; max-width: 80%;
z-index: 99999; z-index: 99999;
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{ {
position: absolute; position: absolute;
right: 15px; right: 15px;
top: 10px; top: 8px;
> .action > .action
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册