浏览代码

fix(prejoin): Change avatar color to match in-meeting one

master
Vlad Piersec 4 年前
父节点
当前提交
0db2dd0546
共有 1 个文件被更改,包括 4 次插入6 次删除
  1. 4
    6
      css/premeeting/_premeeting-screens.scss

+ 4
- 6
css/premeeting/_premeeting-screens.scss 查看文件

103
                 margin-bottom: 32px;
103
                 margin-bottom: 32px;
104
                 text-align: center;
104
                 text-align: center;
105
             }
105
             }
106
-    
106
+
107
             input.field {
107
             input.field {
108
                 background-color: white;
108
                 background-color: white;
109
                 border: none;
109
                 border: none;
116
                 padding: 10px 16px;
116
                 padding: 10px 16px;
117
                 text-align: center;
117
                 text-align: center;
118
                 width: 100%;
118
                 width: 100%;
119
-    
119
+
120
                 &.error {
120
                 &.error {
121
                     border: 1px solid #E04757;
121
                     border: 1px solid #E04757;
122
                 }
122
                 }
123
-    
123
+
124
                 &.focused {
124
                 &.focused {
125
                     box-shadow: 0px 0px 1px 1.5px black, 0px 0px 1.3px 4px white;
125
                     box-shadow: 0px 0px 1px 1.5px black, 0px 0px 1.3px 4px white;
126
                 }
126
                 }
144
 
144
 
145
     @media (max-width: 1000px) {
145
     @media (max-width: 1000px) {
146
         flex-direction: column-reverse;
146
         flex-direction: column-reverse;
147
-        
147
+
148
         .content {
148
         .content {
149
             height: auto;
149
             height: auto;
150
             margin: 0 auto;
150
             margin: 0 auto;
208
     width: 100%;
208
     width: 100%;
209
 
209
 
210
     .avatar {
210
     .avatar {
211
-        background: #0045B3;
212
-
213
         text {
211
         text {
214
             fill: white;
212
             fill: white;
215
             font-size: 26px;
213
             font-size: 26px;

正在加载...
取消
保存