Explorar el Código

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

master
Vlad Piersec hace 4 años
padre
commit
0db2dd0546
Se han modificado 1 ficheros con 4 adiciones y 6 borrados
  1. 4
    6
      css/premeeting/_premeeting-screens.scss

+ 4
- 6
css/premeeting/_premeeting-screens.scss Ver fichero

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

Loading…
Cancelar
Guardar