Skip to content

Commit

Permalink
R2-2642 - Adding copyrigh laguange to css files
Browse files Browse the repository at this point in the history
  • Loading branch information
aespinoza-quoin committed Nov 7, 2023
1 parent 3b3249b commit 751b6fe
Show file tree
Hide file tree
Showing 170 changed files with 340 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.isTransparent {
color: var(--c-grey);
background-color: transparent;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.isDisabled {
cursor: not-allowed;
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.closeButton {
top: 16px;
color: var(--c-dark-grey);
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/action-dialog/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.submitButtonWrapper {
position: relative;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.activityContainer {
margin: 0 8px;
border-bottom: 1px dotted var(--c-light-grey-2);
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/activity-log/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.activityLogContent {
& table {
& tbody {
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/agency-logo/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

:root {
--line: linear-gradient(to left, rgba(238, 238, 238, 0), rgba(232, 232, 232, 0.26) 18%, #d8d8d8);
}
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/approvals/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.formTitle {
display: flex;
background: var(--c-sticky-grey);
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/change-logs/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.root {
& li:before {
content: none;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/charts/bar-chart/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.description {
font-size: var(--fs-13);
line-height: 1em;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.tableRowSubHeader {
& th {
border-right: 1px solid var(--c-light-grey-2);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.tableRow {
background-color: var(--c-light-grey);

Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/charts/table-values/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.root {
margin: 1.5em 0;
overflow: auto;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/code-of-conduct/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.container {
height: var(--doc-height, 100vh);
display: flex;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/contact-information/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.Card {
box-shadow: var(--shadows-0));
margin-top: 3em;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/dashboard/action-menu/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.root {
font-size: var(--fs-18);
color: var(--c-black);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.statusList {
float: left;
padding: 0 18px;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/dashboard/dashboard-chip/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.chip {
font-weight: bold;
color: var(--c-black);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.tableContainer {

& div {
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/dashboard/flag-box/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.flagContainer {
max-height: 506px;
overflow-y: auto;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/dashboard/flag-list/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.seeAll {
padding: .7em;
font-size: var(--fs-13);
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/dashboard/line-chart/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.Description {
font-size: var(--fs-13);
font-weight: normal;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/dashboard/options-box/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.card {
margin-bottom: 20px;
}
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/dashboard/overview-box/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.root {
flex-grow: 1;
padding: 15px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.StatusList {
float: left;
padding: 0 18px;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/dashboard/services/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.cardShadow {
boxShadow: none
}
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/demo-indicator/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.standardInfo {
background-color: var(--c-solid-black);
border-radius: 0;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.alert {
margin: 0 0 2em 0;
}
2 changes: 2 additions & 0 deletions app/javascript/components/disable-offline/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.disabled {
position: relative
}
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/display-data/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.label {
font-size: var(--fs-14);
font-weight: 600;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.errorContainer {
display: flex;
justify-content: center;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/flagging/components/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.empty {
text-align: center;
font-size: var(--fs-96);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.recordFormFilters {
max-width: 300px;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.tabContent {
padding: 0 1em;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.optionsFieldActions {
display: flex;
justify-content: space-between;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/form/components/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.loadingMargin {
position: absolute;
}
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/form/fields/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.checkboxContainer {
margin-top: 1em;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.actionBtn {
margin: .5em 0;
}
2 changes: 2 additions & 0 deletions app/javascript/components/incidents-from-case/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.formTitle {
display: flex;
background: var(--c-sticky-grey);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.toggleContainer {
display: flex;
justify-content: center;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/index-filters/components/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.root {
width: 100%;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.iconButton {
padding: 0;
display: block;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.customToolbarFull {
width: 100%;
box-sizing: border-box;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/index-table/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.icon {
font-size: var(--fs-12);
color: #e6e6e6;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.filter {
display: flex;

Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/insights-filters/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.container {
display: flex;
width: 100%;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/insights-list/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.title {
color: var(--c-black);
font-size: var(--fs-16);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.icon {
font-size: var(--fs-20);
margin: 0 5px 0 0 !important;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.tableRowSubHeader {
& th {
border-right: 1px solid var(--c-light-grey-2);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.tableRowSubHeader {
& th {
border-right: 1px solid var(--c-light-grey-2);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.listItemText {
width: 100%;

Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/insights-sub-report/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.exportButton {
color: var(--c-blue);
}
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/insights/components/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.icon {
font-size: var(--fs-20);
margin: 0 5px 0 0 !important;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/insights/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.exportButton {
color: var(--c-blue);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.dismissButton {
pointer-events: auto;
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.alertItemElement {
display: flex;
flex-wrap: nowrap;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/internal-alert/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.icon {
margin-right: 8px;
padding: 10px 0;
Expand Down
2 changes: 2 additions & 0 deletions app/javascript/components/jewel/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.root {
display: flex;
align-items: center;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.helptextHeader {
text-align: right;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.invalidMessage {
text-align: center;
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.root {
padding: 0 1rem 1rem 1rem;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.StackedPercentageBarContainer {
padding: 1rem;
width: 100%;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.TablePercentageBarContainer {
width: 100%;
text-align: right;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.title {
font-size: var(--fs-20);
text-transform: uppercase;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

:global html, :global body {
height: var(--doc-height, 100vh);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* Copyright (c) 2014 - 2023 UNICEF. All rights reserved. */

.gbv {
border: 1px solid var(--c-purple);
background-color: var(--c-purple);
Expand Down
Loading

0 comments on commit 751b6fe

Please sign in to comment.