HEX
Server: nginx/1.24.0
System: Linux nowruzgan 6.8.0-57-generic #59-Ubuntu SMP PREEMPT_DYNAMIC Sat Mar 15 17:40:59 UTC 2025 x86_64
User: babak (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/dev/nowruzgan/id/public/stylesheets/style.scss
@import 'materialize.min';
@import 'fonts';
@import 'override';

body {
  direction: rtl;
  font-family: Farhang;
  background-color: #F0F0F0;

  @media screen and (max-width: 960px) {
    background-color: white;
  }
}

button, input, optgroup, select, textarea {
  font-family: inherit;
}

.spacer {
  height: 30px;
}
.spacer-10 {
  height: 10px;
}

.dialog {
  max-width: 600px;
  margin: 200px auto 0 auto;
  background-color: white;

  @media screen and (max-width: 960px) {
    margin: 0;
    box-shadow: none;
  }

  .content {
    padding: 20px;
  }
}

.panes {
  position: relative;
  overflow-x: hidden;

  .panes-wrapper {
    position: absolute;
    inset: 0 0 auto auto;
    display: flex;
    width: 300%;

    .pane {
      flex: 1;
    }
  }
}