[try saying] 스타일 변경수정
- bubblemessage에서의 flex제거 및 bubbleText에서 스타일 적용되도록 변경
This commit is contained in:
@@ -36,8 +36,6 @@
|
||||
.bubbleMessage {
|
||||
margin-bottom: 15px;
|
||||
padding: 0px 30px;
|
||||
height: 62px;
|
||||
line-height: 62px;
|
||||
background: rgba(68, 68, 68, 0.5);
|
||||
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.35);
|
||||
border-radius: 1000px;
|
||||
@@ -46,13 +44,10 @@
|
||||
box-shadow:
|
||||
0px 10px 30px rgba(0, 0, 0, 0.35),
|
||||
0 0 0 2px rgba(251, 251, 251, 0.2);
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
transition: all 0.3s ease;
|
||||
cursor: pointer;
|
||||
|
||||
text-align: center;
|
||||
&:hover {
|
||||
background: rgba(88, 88, 88, 0.6);
|
||||
// outline: 4px rgba(251, 251, 251, 0.3) solid;
|
||||
@@ -81,7 +76,8 @@
|
||||
font-size: 24px;
|
||||
font-family: 'LG Smart UI';
|
||||
font-weight: 700;
|
||||
line-height: 24px;
|
||||
height: 60px;
|
||||
line-height: 60px;
|
||||
white-space: nowrap;
|
||||
letter-spacing: -1px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user