vendor/assets/build/css/style.css in atome-0.5.1.9 vs vendor/assets/build/css/style.css in atome-0.5.2.5
- old
+ new
@@ -67,33 +67,30 @@
.text {
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
}
-.vertical-center {
- /*font-size: 18px;*/
+.center {
+ display: flex;
+ justify-content: center;
+ align-items: center;
position: absolute;
- top: 50%;
- -ms-transform: translateY(-50%);
- /*transform: translateY(calc(50% - 200px));*/
+ transform: translate(-50%, -50%);
}
-.center {
- /*font-size: 18px;*/
+.center_vertical {
+ display: flex;
+ align-items: center;
position: absolute;
- top: 50%;
- left: 50%;
- -ms-transform: translateY(-50%);
- /* #calc is width -border*2 */
- /*transform: translateX(calc(50% - 200px)) translateY(calc(50% - 200px));*/
+ transform: translateY(-50%);
}
-.horizontal-center {
+.center_horizontal{
+ display: flex;
+ justify-content: center;
position: absolute;
- left: 50%;
- -ms-transform: translateY(-50%);
- /*transform: translateX(calc(50% - 200px));*/
+ transform: translateX(-50%);
}
.e_align_h_left {
text-align: left;
}
@@ -118,5 +115,15 @@
.el_align_v_bottom {
display: flex;
align-items: flex-end;
}
+
+/*::selection {*/
+/* color: transparent;*/
+/* background: none;*/
+/*}*/
+/*!* For Mozilla Firefox *!*/
+/*::-moz-selection {*/
+/* color: transparent;*/
+/* background: none;*/
+/*}*/
\ No newline at end of file