You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314151617181920212223 |
- .share-screen-warn-dialog {
- font-size: 14px;
-
- .separator-line {
- margin: 24px 0 24px -20px;
- padding: 0 20px;
- width: 100%;
- height: 1px;
- background: #5E6D7A;
-
- &:last-child {
- display: none;
- }
- }
-
- .header {
- font-weight: 600;
- }
-
- .description {
- margin-top: 16px;
- }
- }
|