Rename css

This commit is contained in:
Dariusz Niemczyk 2021-08-06 14:17:39 +02:00
parent 8ac82457e8
commit 4328083ea7
No known key found for this signature in database
GPG key ID: 28DFE7164F497CB6
2 changed files with 26 additions and 26 deletions

View file

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
.mx_CallView_header {
.mx_CallViewHeader {
height: 44px;
display: flex;
flex-direction: row;
@ -24,13 +24,13 @@ limitations under the License.
cursor: pointer;
}
.mx_CallView_header_callType {
.mx_CallViewHeader_callType {
font-size: 1.2rem;
font-weight: bold;
vertical-align: middle;
}
.mx_CallView_header_secondaryCallInfo {
.mx_CallViewHeader_secondaryCallInfo {
&::before {
content: '·';
margin-left: 6px;
@ -38,11 +38,11 @@ limitations under the License.
}
}
.mx_CallView_header_controls {
.mx_CallViewHeader_controls {
margin-left: auto;
}
.mx_CallView_header_button {
.mx_CallViewHeader_button {
display: inline-block;
vertical-align: middle;
cursor: pointer;
@ -60,24 +60,24 @@ limitations under the License.
}
}
.mx_CallView_header_button_fullscreen {
.mx_CallViewHeader_button_fullscreen {
&::before {
mask-image: url('$(res)/img/element-icons/call/fullscreen.svg');
}
}
.mx_CallView_header_button_expand {
.mx_CallViewHeader_button_expand {
&::before {
mask-image: url('$(res)/img/element-icons/call/expand.svg');
}
}
.mx_CallView_header_callInfo {
.mx_CallViewHeader_callInfo {
margin-left: 12px;
margin-right: 16px;
}
.mx_CallView_header_roomName {
.mx_CallViewHeader_roomName {
font-weight: bold;
font-size: 12px;
line-height: initial;
@ -88,7 +88,7 @@ limitations under the License.
margin-left: 4px;
}
.mx_CallView_header_callTypeSmall {
.mx_CallViewHeader_callTypeSmall {
font-size: 12px;
color: $secondary-fg-color;
line-height: initial;
@ -99,7 +99,7 @@ limitations under the License.
max-width: 240px;
}
.mx_CallView_header_callTypeIcon {
.mx_CallViewHeader_callTypeIcon {
display: inline-block;
margin-right: 6px;
height: 16px;
@ -119,11 +119,11 @@ limitations under the License.
mask-position: center;
}
&.mx_CallView_header_callTypeIcon_voice::before {
&.mx_CallViewHeader_callTypeIcon_voice::before {
mask-image: url('$(res)/img/element-icons/call/voice-call.svg');
}
&.mx_CallView_header_callTypeIcon_video::before {
&.mx_CallViewHeader_callTypeIcon_video::before {
mask-image: url('$(res)/img/element-icons/call/video-call.svg');
}
}