HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/buyercall/assets/components/sysadmin/_partnership_new.scss
.p-name {
        color: #999;
        padding-left: 10px;
        font-style: italic;
    }

.page.partnership-new {

    .action-view .panel {
        input {
            &::-webkit-input-placeholder {
                font-style: italic;
            }
        }

        button {
        	margin-top: 10px;
        }

        .list-view {
            margin: 10px 0;
            padding: 0;
            list-style: none;
            border-top: 1px solid #cccccc;

            &:empty {
            	border: 0;
            }

            .destroy {
                position: absolute;
                right: 5px;
                top: 5px;
                display: none;
                cursor: pointer;
                width: 20px;
                height: 20px;
                font-size: 24px;

                &:hover {
                    color: red;
                }
            }

            li {
                padding: 5px 20px;
                position: relative;
                font-size: 20px;
                border-bottom: 1px solid #cccccc;

                &:last-child {
                    border-bottom: none;
                }

                &:hover .destroy {
                    display: block;
                }

                &.editing {
                    border-bottom: none;
                    margin-top: -1px;
                	padding: 0 15px;

                    &:last-child {
                        margin-bottom: -1px;
                    }

                    .edit {
                        display: block;
                        padding: 0 20px;
        			    margin: 8px 0;
    					width: 100%;
                    }

                    .view {
                        display: none;
                    }
                }

                .view label {
                    word-break: break-word;
                }

                .edit {
                    display: none;
                }
            }
        }
    }
}