mirror of
https://github.com/tabler/tabler.git
synced 2026-07-28 05:54:53 +04:00
css fixes, dropdown fixes
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
background: $primary;
|
||||
border-color: $primary;
|
||||
|
||||
&::before {
|
||||
&:before {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 100%;
|
||||
@@ -53,7 +53,7 @@
|
||||
width: 2rem;
|
||||
padding: .25rem 0;
|
||||
|
||||
&::before {
|
||||
&:before {
|
||||
top: 0;
|
||||
right: 100%;
|
||||
bottom: auto;
|
||||
@@ -66,7 +66,7 @@
|
||||
right: auto;
|
||||
left: .75rem;
|
||||
|
||||
&::before {
|
||||
&:before {
|
||||
top: 0;
|
||||
right: 100%;
|
||||
left: auto;
|
||||
@@ -78,7 +78,7 @@
|
||||
right: auto;
|
||||
left: -($ribbon-margin);
|
||||
|
||||
&::before {
|
||||
&:before {
|
||||
top: auto;
|
||||
bottom: 100%;
|
||||
left: 0;
|
||||
@@ -96,7 +96,7 @@
|
||||
.ribbon-bookmark {
|
||||
padding-left: .25rem;
|
||||
|
||||
&::after {
|
||||
&:after {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 100%;
|
||||
@@ -115,7 +115,7 @@
|
||||
padding-right: .5rem;
|
||||
padding-left: .5rem;
|
||||
|
||||
&::after {
|
||||
&:after {
|
||||
right: auto;
|
||||
left: 100%;
|
||||
border-right-color: transparent;
|
||||
@@ -130,7 +130,7 @@
|
||||
padding-bottom: .25rem;
|
||||
padding-left: 0;
|
||||
|
||||
&::after {
|
||||
&:after {
|
||||
top: 100%;
|
||||
right: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user