Fix expected selector /deep/

This commit is contained in:
2021-05-04 16:22:46 +02:00
parent 8d723477d3
commit fa69dee550
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
.avatar-container {
position: relative;
}
.avatar-text {
position: absolute;
top: 25px;
left: 10px;
bottom: 20px;
right: 20px;
color: white;
padding-left: 20px;
padding-right: 20px;
}
.farmmaps-avatar /deep/ .avatar-content {
vertical-align: top;
}