mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 06:44:59 +08:00
Styling
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
padding: 0 6px;
|
||||
}
|
||||
|
||||
.detailItemMessage {
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
padding: 6px;
|
||||
z-index: 10;
|
||||
|
||||
> .icon {
|
||||
font-size: 25px;
|
||||
}
|
||||
|
||||
&.current {
|
||||
color: rgba(0, 205, 115, 0.3);
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@ const CheckItem = ({ current = false, completed = false }) => (
|
||||
[styles.completed]: completed,
|
||||
})}
|
||||
>
|
||||
<Icon name="check_circle" />
|
||||
<Icon name="check_circle" className={styles.icon} />
|
||||
</span>
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user