mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2026-01-15 20:42:23 +02:00
add new module
This commit is contained in:
32
hr_reminder/static/src/css/notification.css
Executable file
32
hr_reminder/static/src/css/notification.css
Executable file
@@ -0,0 +1,32 @@
|
||||
|
||||
.oe_webclient_notification_action t {
|
||||
color: white;
|
||||
}
|
||||
.oe_webclient_notification_action p {
|
||||
color: white;
|
||||
margin-top: 1em;
|
||||
}
|
||||
.label {
|
||||
display: inline-block;
|
||||
color: white;
|
||||
max-width: 100%;
|
||||
margin-bottom: 4px;
|
||||
font-weight: bold;
|
||||
font-size: larger;
|
||||
}
|
||||
.reminder-dropdown {
|
||||
.o-flex(0, 1, auto);
|
||||
background: #FFFFFF;
|
||||
max-height: 400px;
|
||||
min-height: 50px;
|
||||
overflow-y: auto;
|
||||
|
||||
@media (max-width: @screen-xs-max) {
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
.detail-client-address-country {
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user