-
Notifications
You must be signed in to change notification settings - Fork 832
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: OlgaLarina <[email protected]>
- Loading branch information
1 parent
88aeeb7
commit 31d37e4
Showing
63 changed files
with
209 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 13 additions & 13 deletions
26
packages/survey-core/src/common-styles/common-styles.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
@import "./sv-actionbar.scss"; | ||
@import "./sv-drag-drop.scss"; | ||
@import "./sv-popup.scss"; | ||
@import "./sv-buttongroup.scss"; | ||
@import "./sv-visuallyhidden.scss"; | ||
@import "./sv-hidden.scss"; | ||
@import "./sv-titleactions.scss"; | ||
@import "./window.scss"; | ||
@import "./sv-brand-info.scss"; | ||
@import "./sv-ranking.scss"; | ||
@import "./sv-list.scss"; | ||
@import "./sv-save-data.scss"; | ||
@import "./sv-string-viewer.scss"; | ||
@use "./sv-actionbar.scss"; | ||
@use "./sv-drag-drop.scss"; | ||
@use "./sv-popup.scss"; | ||
@use "./sv-buttongroup.scss"; | ||
@use "./sv-visuallyhidden.scss"; | ||
@use "./sv-hidden.scss"; | ||
@use "./sv-titleactions.scss"; | ||
@use "./window.scss"; | ||
@use "./sv-brand-info.scss"; | ||
@use "./sv-ranking.scss"; | ||
@use "./sv-list.scss"; | ||
@use "./sv-save-data.scss"; | ||
@use "./sv-string-viewer.scss"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../defaultV2-theme/variables.scss" as *; | ||
|
||
sv-brand-info {} | ||
|
||
sv-brand-info, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/survey-core/src/common-styles/sv-progress-buttons.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-action.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-action { | ||
appearance: none; | ||
border: none; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-boolean.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-boolean { | ||
display: flex; | ||
width: max-content; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import "../variables.scss"; | ||
@use "../variables.scss" as *; | ||
|
||
.sd-btn { | ||
appearance: none; | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-checkbox.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-checkbox__decorator { | ||
border-radius: calcCornerRadius(0.5); | ||
} | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-collapsed-element.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-element--expanded, | ||
.sd-element--collapsed { | ||
&>.sd-element__header { | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-comment.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-comment { | ||
display: block; | ||
height: auto; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-complex-element.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-element--complex.sd-element--with-frame { | ||
padding-top: 0; | ||
} | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-context-btn.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-context-btn { | ||
background-color: $background; | ||
padding: calcSize(1.5); | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-description.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-error.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-error { | ||
display: block; | ||
padding: calcSize(1) calcSize(1.5); | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-expression.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-expression { | ||
color: $font-questiontitle-color; | ||
font-size: calcFontSize(1); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import "../variables.scss"; | ||
@use "../variables.scss" as *; | ||
|
||
.sd-file { | ||
position: relative; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-image.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-image__image { | ||
display: block; | ||
max-width: 100%; | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-imagepicker.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-imagepicker { | ||
display: flex; | ||
flex-wrap: wrap; | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-input.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-input { | ||
@include useEditorFontSize; | ||
-webkit-appearance: none; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-item { | ||
display: flex; | ||
padding: calcSize(1.5) 0; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-list { | ||
padding-right: calcSize(0.5); | ||
padding-left: calcSize(0.5); | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-loading-indicator.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
@keyframes rotationAnimation { | ||
from { | ||
rotate: 0deg; | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-matrix.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
@use "../variables.scss" as *; | ||
|
||
.sd-matrix { | ||
fieldset { | ||
border: none; | ||
|
2 changes: 2 additions & 0 deletions
2
packages/survey-core/src/defaultV2-theme/blocks/sd-matrixdynamic.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/survey-core/src/defaultV2-theme/blocks/sd-multipletext.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@import "../variables.scss"; | ||
@use "../variables.scss" as *; | ||
|
||
.sd-multipletext { | ||
width: 100%; | ||
|
Oops, something went wrong.