Skip to content
Snippets Groups Projects
Select Git revision
  • ef6521fb10de10e530f77e9ca5d46c846829c915
  • main default protected
  • renovate/django-5.x
  • koma/feature/preference-polling-form
4 results

admin.py

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    bootstrap.css 220.98 KiB
    /*!
     * Bootswatch v4.3.1
     * Homepage: https://bootswatch.com
     * Copyright 2012-2019 Thomas Park
     * Licensed under MIT
     * Based on Bootstrap
    */
    /*!
     * Bootstrap v4.3.1 (https://getbootstrap.com/)
     * Copyright 2011-2019 The Bootstrap Authors
     * Copyright 2011-2019 Twitter, Inc.
     * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
     */
    @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic");
    :root {
      --blue: #158CBA;
      --indigo: #6610f2;
      --purple: #6f42c1;
      --pink: #e83e8c;
      --red: #FF4136;
      --orange: #fd7e14;
      --yellow: #FF851B;
      --green: #28B62C;
      --teal: #20c997;
      --cyan: #75CAEB;
      --white: #fff;
      --gray: #999;
      --gray-dark: #333;
      --primary: #158CBA;
      --secondary: #f0f0f0;
      --success: #28B62C;
      --info: #75CAEB;
      --warning: #FF851B;
      --danger: #FF4136;
      --light: #f6f6f6;
      --dark: #555;
      --breakpoint-xs: 0;
      --breakpoint-sm: 576px;
      --breakpoint-md: 768px;
      --breakpoint-lg: 992px;
      --breakpoint-xl: 1200px;
      --font-family-sans-serif: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    }
    
    *,
    *::before,
    *::after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    
    html {
      font-family: sans-serif;
      line-height: 1.15;
      -webkit-text-size-adjust: 100%;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    
    article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
      display: block;
    }
    
    body {
      margin: 0;
      font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
      font-size: 0.875rem;
      font-weight: 400;
      line-height: 1.5;
      color: #222;