lib/assets/stylesheets/tao/ui/dialog.scss in tao_ui-0.2.2 vs lib/assets/stylesheets/tao/ui/dialog.scss in tao_ui-0.2.3
- old
+ new
@@ -41,10 +41,28 @@
opacity: 0;
padding: 1rem 2rem;
.tao-dialog-content {
overflow-y: auto;
+
+ h3:first-child,
+ .title:first-child {
+ margin-bottom: 2rem;
+ }
+
+ .buttons,
+ .form-buttons {
+ margin-left: 0;
+ margin-bottom: 1rem;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+
+ .button, a {
+ margin: 0 0.75rem;
+ }
+ }
}
}
&[size='l'] .tao-dialog-wrapper {
width: 53.75rem;
@@ -66,9 +84,14 @@
text-decoration: none;
fill: $lighter-grey-color;
&:hover {
fill: $grey-color;
+ }
+
+ .icon {
+ width: 1.25rem;
+ height: 1.25rem;
}
}
&[with-close-button] .tao-dialog-wrapper > .link-close {
display: flex;