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.
|
- .screen-holder {
- width: calc(70% - 2rem);
- padding: 4rem;
- margin: 0 auto;
- }
-
- h3 {
- font-size: 2rem;
- color: var(--dark-grey);
- filter: brightness(80%);
- font-weight: 500;
- margin: 2rem 0;
- }
-
- .files-holder {
- & > * {
- margin-right: 15px;
- }
- }
-
- .prompt-data-outreach {
- font-size: 1.4rem;
- color: var(--dark-grey);
- padding: 2rem;
- text-align: center;
- margin-top: 20px;
-
- input {
- margin-right: 10px;
- }
- }
|