mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Use prefixed class names to avoid collisions with other libraries
This commit is contained in:
parent
67bc346ebb
commit
290a501523
1 changed files with 5 additions and 5 deletions
|
@ -33,7 +33,7 @@ limitations under the License.
|
||||||
background-color: $primary-bg-color;
|
background-color: $primary-bg-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CreateGroupDialog_input.has_prefix.has_suffix {
|
.mx_CreateGroupDialog_input_hasPrefixAndSuffix {
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@ limitations under the License.
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CreateGroupDialog_input_prefix,
|
.mx_CreateGroupDialog_prefix,
|
||||||
.mx_CreateGroupDialog_input_suffix {
|
.mx_CreateGroupDialog_suffix {
|
||||||
height: 35px;
|
height: 35px;
|
||||||
padding: 0px 5px;
|
padding: 0px 5px;
|
||||||
line-height: 37px;
|
line-height: 37px;
|
||||||
|
@ -51,12 +51,12 @@ limitations under the License.
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CreateGroupDialog_input_prefix {
|
.mx_CreateGroupDialog_prefix {
|
||||||
border-right: 0px;
|
border-right: 0px;
|
||||||
border-radius: 3px 0px 0px 3px;
|
border-radius: 3px 0px 0px 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_CreateGroupDialog_input_suffix {
|
.mx_CreateGroupDialog_suffix {
|
||||||
border-left: 0px;
|
border-left: 0px;
|
||||||
border-radius: 0px 3px 3px 0px;
|
border-radius: 0px 3px 3px 0px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue