code added
This commit is contained in:
Vendored
+10
-4
@@ -31778,12 +31778,12 @@ input[type=number]::-webkit-outer-spin-button {
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
line-height: 18px;
|
||||
padding: 0 6px;
|
||||
height: 18px;
|
||||
background: #6a59d3;
|
||||
padding: 0 7px;
|
||||
height: 17px;
|
||||
background: #dc3545;
|
||||
position: absolute;
|
||||
border-radius: 50%;
|
||||
font-size: 12px;
|
||||
font-size: 10px;
|
||||
color: #fff;
|
||||
left: 22px;
|
||||
top: -8px;
|
||||
@@ -31816,4 +31816,10 @@ input[type=number]::-webkit-outer-spin-button {
|
||||
height: 15px;
|
||||
width: 15px;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#carouselExampleAutoplaying{
|
||||
padding-top: 3rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user