Replace Sass variables with custom properties - mx_Indicator (#10808)

This commit is contained in:
Suguru Hirahara
2023-05-16 11:12:45 +01:00
committed by GitHub
parent 9bab356e20
commit ae692f712a
3 changed files with 16 additions and 14 deletions
+6
View File
@@ -14,6 +14,12 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
:root {
--RoomHeader-indicator-dot-size: 8px;
--RoomHeader-indicator-dot-offset: -3px;
--RoomHeader-indicator-pulseColor: $alert;
}
.mx_RoomHeader {
flex: 0 0 50px;
border-bottom: 1px solid $primary-hairline-color;