소스 검색

updated styles to match Copim website

joel
Simon Bowie 2 년 전
부모
커밋
4c5cfa21c4
2개의 변경된 파일1016개의 추가작업 그리고 5개의 파일을 삭제
  1. +1016
    -3
      web/app/static/styles/custom.css
  2. +0
    -2
      web/app/templates/base.html

+ 1016
- 3
web/app/static/styles/custom.css
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 0
- 2
web/app/templates/base.html 파일 보기

@@ -23,8 +23,6 @@
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link href="{{ url_for('static',filename='styles/custom.css') }}" rel="stylesheet">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap" rel='stylesheet' type='text/css'>
</head>

<body class="d-flex flex-column min-vh-100">

Loading…
취소
저장