fix css
This commit is contained in:
parent
a1338a07eb
commit
700e35af7b
@ -146,8 +146,13 @@
|
|||||||
}
|
}
|
||||||
/* --- Przyciski (dla niezalogowanych) --- */
|
/* --- Przyciski (dla niezalogowanych) --- */
|
||||||
body.light-mode .navbar .btn {
|
body.light-mode .navbar .btn {
|
||||||
margin-left: 0.5rem;
|
background: none !important;
|
||||||
transition: background-color 0.3s ease, color 0.3s ease;
|
border: none !important;
|
||||||
|
box-shadow: none !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 0.5rem !important;
|
||||||
|
color: inherit !important;
|
||||||
|
font-size: inherit !important;
|
||||||
}
|
}
|
||||||
body.light-mode .navbar .btn-outline-primary:hover {
|
body.light-mode .navbar .btn-outline-primary:hover {
|
||||||
background-color: #007bff;
|
background-color: #007bff;
|
||||||
|
@ -3,16 +3,13 @@
|
|||||||
|
|
||||||
{% block extra_head %}
|
{% block extra_head %}
|
||||||
<style>
|
<style>
|
||||||
/* Stylizacja progress bara zgodnie z device_detail.html */
|
|
||||||
.progress-container {
|
.progress-container {
|
||||||
width: 60%;
|
width: 50%;
|
||||||
max-width: 500px;
|
|
||||||
margin: 20px auto;
|
margin: 20px auto;
|
||||||
background: #444;
|
background: #444;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar {
|
.progress-bar {
|
||||||
width: 0%;
|
width: 0%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user