Files
ThreadNet-Web/res/css/views/voip/_DialPadContextMenu.pcss
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

64 lines
1.4 KiB
Plaintext
Raw Normal View History

2021-01-04 20:01:43 +00:00
/*
2024-09-09 14:57:16 +01:00
Copyright 2024 New Vector Ltd.
2021-01-04 20:01:43 +00:00
Copyright 2020 The Matrix.org Foundation C.I.C.
2024-09-09 14:57:16 +01:00
SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
Please see LICENSE files in the repository root for full details.
2021-01-04 20:01:43 +00:00
*/
.mx_DialPadContextMenu_dialPad .mx_DialPad {
row-gap: 16px;
column-gap: 32px;
}
.mx_DialPadContextMenuWrapper {
padding: 15px;
}
2021-01-04 20:01:43 +00:00
.mx_DialPadContextMenu_header {
border: none;
margin-top: 32px;
margin-left: 20px;
margin-right: 20px;
/* a separator between the input line and the dial buttons */
2021-08-12 11:20:30 +02:00
border-bottom: 1px solid $quaternary-content;
transition: border-bottom 0.25s;
}
.mx_DialPadContextMenu_cancel {
2022-05-07 19:08:00 +00:00
@mixin customisedCancelButton;
float: right;
}
.mx_DialPadContextMenu_header:focus-within {
2021-11-11 14:37:29 +01:00
border-bottom: 1px solid $accent;
2021-01-04 20:01:43 +00:00
}
.mx_DialPadContextMenu_title {
color: $muted-fg-color;
font-size: 12px;
2023-06-29 11:30:25 +01:00
font-weight: var(--cpd-font-weight-semibold);
2021-01-04 20:01:43 +00:00
}
.mx_DialPadContextMenu_dialled {
2021-03-24 14:00:09 +05:30
height: 1.5em;
2021-01-04 20:01:43 +00:00
font-size: 18px;
2023-06-29 11:30:25 +01:00
font-weight: var(--cpd-font-weight-semibold);
2021-04-28 02:46:43 +05:30
border: none;
margin: 0px;
}
.mx_DialPadContextMenu_dialled input {
2021-04-28 02:46:43 +05:30
font-size: 18px;
2023-06-29 11:30:25 +01:00
font-weight: var(--cpd-font-weight-semibold);
2021-04-28 02:46:43 +05:30
overflow: hidden;
max-width: 185px;
2021-04-28 02:46:43 +05:30
text-align: left;
padding: 8px 0px;
2021-04-28 02:46:43 +05:30
background-color: rgb(0, 0, 0, 0);
2021-01-04 20:01:43 +00:00
}
.mx_DialPadContextMenu_dialPad {
margin: 16px;
}