Remove padding for alignment reasons
This commit is contained in:
parent
1486beeaf4
commit
98799611cf
1 changed files with 1 additions and 1 deletions
|
@ -17,6 +17,7 @@ limitations under the License.
|
||||||
.mx_Slider {
|
.mx_Slider {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_Slider_dotContainer {
|
.mx_Slider_dotContainer {
|
||||||
|
@ -71,7 +72,6 @@ limitations under the License.
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
background-color: $Slider-background-color;
|
background-color: $Slider-background-color;
|
||||||
margin-bottom: 5px;
|
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue