mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-10 00:38:36 +01:00
Revert "Merge pull request #2 from FAUSheppy/HTMLUpdates"
This reverts commit0495671c08, reversing changes made to3c25977746.
This commit is contained in:
47
static/css/bootstrap.css
vendored
47
static/css/bootstrap.css
vendored
@@ -58,7 +58,7 @@ body {
|
||||
font-size: 1rem;
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
background-color: #2D3047;
|
||||
color: #212529;
|
||||
text-align: left;
|
||||
background-color: #fff;
|
||||
}
|
||||
@@ -9957,51 +9957,6 @@ a.text-dark:hover, a.text-dark:focus {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
.overlay {
|
||||
position: absolute;
|
||||
bottom: 100%;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #56638A;
|
||||
overflow: hidden;
|
||||
width: 100%;
|
||||
height: 0;
|
||||
transition: .5s ease;
|
||||
}
|
||||
|
||||
.container:hover .overlay {
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.text1 {
|
||||
white-space: nowrap;
|
||||
color: #53dd6c;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.text2 {
|
||||
white-space: nowrap;
|
||||
color: #56203D;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.move {
|
||||
position: absolute;
|
||||
overflow: hidden;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
.aligncenter{
|
||||
text-align: center;
|
||||
color: #56203D;
|
||||
width: 190px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
*,
|
||||
*::before,
|
||||
|
||||
Reference in New Issue
Block a user