HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/alq-cali.bikenow.co/vendor/swagger-api/swagger-ui/src/style/_topbar.scss
@use "variables" as *;
@use "type";

.topbar {
  padding: 10px 0;

  background-color: $topbar-background-color;
  .topbar-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  @media (max-width: 550px) {
    .topbar-wrapper {
      flex-direction: column;
      align-items: start;
    }
  }

  a {
    font-size: 1.5em;
    font-weight: bold;

    display: flex;
    align-items: center;
    flex: 1;

    max-width: 300px;

    text-decoration: none;

    @include type.text_headline($topbar-link-font-color);

    span {
      margin: 0;
      padding: 0 10px;
    }
  }

  .download-url-wrapper {
    display: flex;
    flex: 3;
    justify-content: flex-end;

    input[type="text"] {
      width: 100%;
      max-width: 100%;
      margin: 0;

      border: 2px solid $topbar-download-url-wrapper-element-border-color;
      border-radius: 4px 0 0 4px;
      outline: none;
    }

    .select-label {
      display: flex;
      align-items: center;

      width: 100%;
      max-width: 600px;
      margin: 0;
      color: #f0f0f0;
      span {
        font-size: 16px;

        flex: 1;

        padding: 0 10px 0 0;

        text-align: right;
      }

      select {
        flex: 2;

        width: 100%;

        border: 2px solid $topbar-download-url-wrapper-element-border-color;
        outline: none;
        box-shadow: none;
      }
    }

    .download-url-button {
      font-size: 16px;
      font-weight: bold;

      padding: 4px 30px;

      border: none;
      border-radius: 0 4px 4px 0;
      background: $topbar-download-url-button-background-color;

      @include type.text_headline($topbar-download-url-button-font-color);
    }
  }
  @media (max-width: 550px) {
    .download-url-wrapper {
      width: 100%;
    }
  }
}