2024-07-12 18:55:42 +05:00
|
|
|
.IBMSMSMBSS_Profile {
|
|
|
|
width: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
grid-gap: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.IBMSMSMBSS_ProfileEdit {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
grid-gap: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.IBMSMSMBSS_ProfilePreview {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.IBMSMSMBSS_ProfileActions {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
grid-gap: 10px;
|
|
|
|
padding: 10px 0 0 0;
|
2024-10-23 17:13:29 +02:00
|
|
|
border-top: solid 1px rgba(255, 255, 255, 0.1);
|
2024-07-12 18:55:42 +05:00
|
|
|
}
|