| Server IP : 52.25.153.185 / Your IP : 216.73.216.194 Web Server : Apache System : Linux ip-172-26-6-158 5.10.0-45-cloud-amd64 #1 SMP Debian 5.10.259-1 (2026-07-02) x86_64 User : daemon ( 1) PHP Version : 8.1.10 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /bitnami/wordpress/wp-content/plugins/testify/includes/fields/PositionAbsolute/ |
Upload File : |
/*! @license
See the license.txt file for licensing information for third-party code that may be used in this file.
Relative to the styles/ directory, the license.txt file is located at license.txt file .
*/
.dstc-settings-position-container {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
height: 186px;
border: 2px solid #F1F5F9;
border-radius: 3px;
margin-bottom: 20px;
overflow: hidden; }
.dstc-settings-position-hr {
height: 2px;
background-color: transparent;
position: absolute;
width: 100%;
transition: background-color 200ms ease-in; }
.dstc-settings-position-vr {
height: 2px;
background-color: transparent;
position: absolute;
width: 186px;
transform: rotateZ(90deg);
transition: background-color 200ms ease-in; }
.dstc-settings-position-absolute {
width: 150px;
height: 110px; }
.dstc-settings-position-control-guide {
border-radius: 3px;
display: flex;
flex-direction: column;
background: none;
border: 0;
position: absolute; }
.dstc-settings-position-control-frame {
border-radius: 3px;
display: flex;
flex-direction: column;
background: none;
border: 3px solid #E6ECF2;
position: absolute; }
.dstc-settings-position-control-inner-top {
width: 100%;
height: 100%;
border: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: transparent;
align-items: flex-start; }
.dstc-settings-position-control-inner-mid {
width: 100%;
height: 100%;
border: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: transparent;
align-items: center; }
.dstc-settings-position-control-inner-bottom {
width: 100%;
height: 100%;
border: 0;
display: flex;
flex-direction: row;
justify-content: space-between;
background-color: transparent;
align-items: flex-end; }
.dstc-settings-position-button {
width: 20px;
height: 20px;
border: 3px solid transparent;
border-radius: 2px;
cursor: pointer;
padding: 0;
transition: all 200ms ease-in; }
.dstc-settings-position-button-active {
width: 20px;
height: 20px;
border: 3px solid transparent;
border-radius: 2px;
cursor: pointer;
padding: 0;
transition: all 200ms ease-in;
border: 3px solid #2B87DA;
background-color: rgba(255, 255, 255, 0.5); }
.dstc-settings-position-button-guide {
width: 20px;
height: 20px;
border: 3px solid transparent;
border-radius: 2px;
cursor: pointer;
padding: 0;
transition: all 200ms ease-in;
border: 3px solid #F1F5F9; }
.dstc-settings-position-button-space {
width: 20px;
height: 20px;
border: none; }
.dstc-settings-position-button:hover {
border: 3px solid #E6ECF2; }