s/MemberAvatar/BaseAvatar/ and rename classes

pull/638/head
Kegan Dougal 2016-01-15 16:12:28 +00:00
parent ea6ed81517
commit 17489ae350
1 changed files with 3 additions and 3 deletions

View File

@ -14,11 +14,11 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
.mx_MemberAvatar { .mx_BaseAvatar {
position: relative; position: relative;
} }
.mx_MemberAvatar_initial { .mx_BaseAvatar_initial {
position: absolute; position: absolute;
z-index: 1; z-index: 1;
color: #fff; color: #fff;
@ -27,7 +27,7 @@ limitations under the License.
pointer-events: none; pointer-events: none;
} }
.mx_MemberAvatar_image { .mx_BaseAvatar_image {
border-radius: 20px; border-radius: 20px;
vertical-align: top; vertical-align: top;
} }